Merge "[SB Refactor] Ignore #onDarkChanged test." into tm-qpr-dev am: c22bcff3c4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20746450 Change-Id: Ide49aae29db96fdbe3368663bf72f2b9190c6bfc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user