Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38feac18 authored by Patrick Baumann's avatar Patrick Baumann
Browse files

Ignores SdCardEjectionTests

These tests were built on a number of hacks that apprear to no longer be
workable on emulators and some devices. Ignoring for the time being
until we can get a better solution in place for them.

Test: atest SdCardEjectionTests
Bug: 275403538
Fixes: 274719632
Change-Id: I7657c419dcab566ed2ccc5407a6a116e83a58f9e
parent b370c6bf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import com.android.tradefed.testtype.junit4.BaseHostJUnit4Test
import com.google.common.truth.Truth.assertThat
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.rules.TemporaryFolder
@@ -41,6 +42,7 @@ import java.util.regex.Pattern
@RunWith(DeviceJUnit4Parameterized::class)
@Parameterized.UseParametersRunnerFactory(
        DeviceJUnit4ClassRunnerWithParameters.RunnerFactory::class)
@Ignore("b/275403538")
class SdCardEjectionTests : BaseHostJUnit4Test() {

    companion object {