diff options
| author | 2022-05-20 15:33:15 +0000 | |
|---|---|---|
| committer | 2022-05-20 15:33:15 +0000 | |
| commit | 851b2e6a4d912ef493579731a8b94ad94f396fb0 (patch) | |
| tree | b9d5ab48f58bd6cbee5b75f543914e7343967bfc | |
| parent | 12a7628e16cc15c4d6b8c13fc0b0e007146b2f0d (diff) | |
| parent | 96909e2f3ec810b66dd9b1528eb34c58df5f2d41 (diff) | |
Merge "Ignore flaky test" into tm-dev
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/media/MediaDataManagerTest.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/media/MediaDataManagerTest.kt b/packages/SystemUI/tests/src/com/android/systemui/media/MediaDataManagerTest.kt index e42ae1c2f878..9a7b129f7597 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/media/MediaDataManagerTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/media/MediaDataManagerTest.kt @@ -38,6 +38,7 @@ import com.android.systemui.util.time.FakeSystemClock 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.runner.RunWith @@ -574,6 +575,7 @@ class MediaDataManagerTest : SysuiTestCase() { .onSmartspaceMediaDataLoaded(anyObject(), anyObject(), anyBoolean()) } + @Ignore("b/233283726") @Test fun testOnSmartspaceMediaDataLoaded_hasNoneMediaTarget_callsRemoveListener() { smartspaceMediaDataProvider.onTargetsAvailable(listOf(mediaSmartspaceTarget)) |