From 96909e2f3ec810b66dd9b1528eb34c58df5f2d41 Mon Sep 17 00:00:00 2001 From: Beth Thibodeau Date: Thu, 19 May 2022 20:15:21 -0500 Subject: [PATCH] Ignore flaky test Bug: 233283726 Test: atest, verified ignored Change-Id: I82162880c0c63cee02ddb45dcde49f601adf65a1 --- .../src/com/android/systemui/media/MediaDataManagerTest.kt | 2 ++ 1 file changed, 2 insertions(+) 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 e42ae1c2f878c..9a7b129f75971 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))