diff options
| author | 2024-12-16 15:00:35 +0000 | |
|---|---|---|
| committer | 2024-12-16 15:00:35 +0000 | |
| commit | 38c7f9905c11da486a472ff97453b72bf42a5a2b (patch) | |
| tree | 56ec30e5ce648e3fb61aa721d60b037edfa2eaeb | |
| parent | daaa7e8089d81870ec6965fdb6df264c69c5fd31 (diff) | |
[Contextual Edu] Add ignore tag until test is fixed
Ignore test until the test is fixed. Seems TemporaryFolder rule is not
able to create temp folder. Will look into it and fix it in another CL.
Bug: 384284415
Test: ContextualEducationRepositoryTest
Flag: com.android.systemui.keyboard_touchpad_contextual_education
Change-Id: Idc450a3f755207c6c950a9b24083a0aa47f6dc79
| -rw-r--r-- | packages/SystemUI/multivalentTests/src/com/android/systemui/education/data/repository/ContextualEducationRepositoryTest.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/education/data/repository/ContextualEducationRepositoryTest.kt b/packages/SystemUI/multivalentTests/src/com/android/systemui/education/data/repository/ContextualEducationRepositoryTest.kt index 9cfd328a9484..f2a6c11b872e 100644 --- a/packages/SystemUI/multivalentTests/src/com/android/systemui/education/data/repository/ContextualEducationRepositoryTest.kt +++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/education/data/repository/ContextualEducationRepositoryTest.kt @@ -36,6 +36,7 @@ import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.test.TestScope import kotlinx.coroutines.test.runTest import org.junit.Before +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.rules.TemporaryFolder @@ -43,6 +44,7 @@ import org.junit.runner.RunWith @SmallTest @RunWith(AndroidJUnit4::class) +@Ignore("b/384284415") class ContextualEducationRepositoryTest : SysuiTestCase() { private lateinit var underTest: UserContextualEducationRepository |