From 0936b18857ee6fe7525fae0aa5c06afc45ec6cf0 Mon Sep 17 00:00:00 2001 From: Caitlin Shkuratov Date: Thu, 15 Dec 2022 14:53:32 +0000 Subject: [PATCH] [SB Refactor] Ignore #onDarkChanged test. Bug: 262660044 Test: atest ModernStatusBarWifiViewTest Change-Id: Ie8b966d201e35af8a70374c902e82ede54c600cf --- .../pipeline/wifi/ui/view/ModernStatusBarWifiViewTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/ModernStatusBarWifiViewTest.kt b/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/ModernStatusBarWifiViewTest.kt index 22c0ea117b666..59c10cd6df7cb 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/ModernStatusBarWifiViewTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/ModernStatusBarWifiViewTest.kt @@ -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)