Ignore flaky test
Bug: 233283726 Test: atest, verified ignored Change-Id: I82162880c0c63cee02ddb45dcde49f601adf65a1
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user