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
This commit is contained in:
Patrick Baumann
2023-04-03 18:33:19 +00:00
parent b370c6bfe7
commit 38feac1854

View File

@@ -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 {