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

Commit c2a87b8b authored by Chris Poultney's avatar Chris Poultney
Browse files

Ignores failing test soon to be removed

Bug: 263483218
Test: atest ThemePickerRoboTests
Change-Id: I18a8d5d6f1b1ea655037552968a876202e1f7def
parent d4daeff1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ import com.android.systemui.plugins.PluginManager
import com.android.systemui.shared.clocks.ClockRegistry
import org.junit.Assert
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.Mock
@@ -23,6 +24,7 @@ import org.robolectric.annotation.Config
/** Tests of [ClockCustomDemoFragment]. */
@RunWith(RobolectricTestRunner::class)
@Config(manifest = Config.NONE)
@Ignore("b/270606895")
class ClockCustomDemoFragmentTest {
    private lateinit var mActivity: AppCompatActivity
    private var mClockCustomDemoFragment: ClockCustomDemoFragment? = null