diff options
| author | 2024-03-09 07:55:09 +0000 | |
|---|---|---|
| committer | 2024-03-09 07:55:09 +0000 | |
| commit | 24be2e1f225990c4174aea1b4c884c604570c19b (patch) | |
| tree | f3e6884302a81cfe950f6c3e9c457cd2fc882fcf | |
| parent | 0f50a1707a13b8ff846dc9a6e7302c5c5d458c3a (diff) | |
| parent | 8532876823a575442e87f8de0d1c87394e5ca3ef (diff) | |
Merge "Ignore flakey test" into main
| -rw-r--r-- | packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ShadeBackActionInteractorImplTest.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ShadeBackActionInteractorImplTest.kt b/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ShadeBackActionInteractorImplTest.kt index b66213330496..d309c6bcfd58 100644 --- a/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ShadeBackActionInteractorImplTest.kt +++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ShadeBackActionInteractorImplTest.kt @@ -36,12 +36,14 @@ import kotlinx.coroutines.test.runCurrent import kotlinx.coroutines.test.runTest import org.junit.Assume import org.junit.Before +import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith @OptIn(ExperimentalCoroutinesApi::class) @SmallTest @RunWith(AndroidJUnit4::class) +@Ignore("b/328827631") class ShadeBackActionInteractorImplTest : SysuiTestCase() { val kosmos = testKosmos().apply { fakeSceneContainerFlags.enabled = true } val testScope = kosmos.testScope |