From 38feac185435d731e980a989fef6a3c5bf20f243 Mon Sep 17 00:00:00 2001 From: Patrick Baumann Date: Mon, 3 Apr 2023 18:33:19 +0000 Subject: [PATCH] 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 --- .../host/src/com/android/server/pm/test/SdCardEjectionTests.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/SdCardEjectionTests.kt b/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/SdCardEjectionTests.kt index 9f9e6a310d0ba..70c5ec241e4bc 100644 --- a/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/SdCardEjectionTests.kt +++ b/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/SdCardEjectionTests.kt @@ -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 {