[SB Refactor] Ignore #onDarkChanged test.

Bug: 262660044
Test: atest ModernStatusBarWifiViewTest
Change-Id: Ie8b966d201e35af8a70374c902e82ede54c600cf
This commit is contained in:
Caitlin Shkuratov
2022-12-15 14:53:32 +00:00
parent a2c8f68c08
commit 0936b18857

View File

@@ -52,6 +52,7 @@ import com.google.common.truth.Truth.assertThat
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@@ -234,6 +235,7 @@ class ModernStatusBarWifiViewTest : SysuiTestCase() {
}
@Test
@Ignore("b/262660044")
fun onDarkChanged_iconHasNewColor() {
whenever(statusBarPipelineFlags.useWifiDebugColoring()).thenReturn(false)
val view = ModernStatusBarWifiView.constructAndBind(context, SLOT_NAME, viewModel)