Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c22bcff3 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Android (Google) Code Review
Browse files

Merge "[SB Refactor] Ignore #onDarkChanged test." into tm-qpr-dev

parents 2d13fdb1 0936b188
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)