commit | c2a87b8b4d666f3f60604f5ca4d5e10c2ebd06b3 | [log] [tgz] |
---|---|---|
author | Chris Poultney <poultney@google.com> | Thu Feb 23 22:58:55 2023 +0000 |
committer | Chris Poultney <poultney@google.com> | Thu Feb 23 22:58:55 2023 +0000 |
tree | 2c523f9574f9f769410fb4c3f3580effdcfd3a2e | |
parent | d4daeff1624e96d8cba1f927b94ad6b6c718c6e3 [diff] |
Ignores failing test soon to be removed Bug: 263483218 Test: atest ThemePickerRoboTests Change-Id: I18a8d5d6f1b1ea655037552968a876202e1f7def
diff --git a/tests/robotests/src/com/android/customization/picker/clock/ui/fragment/ClockCustomDemoFragmentTest.kt b/tests/robotests/src/com/android/customization/picker/clock/ui/fragment/ClockCustomDemoFragmentTest.kt index f7e9ecf..0a54312 100644 --- a/tests/robotests/src/com/android/customization/picker/clock/ui/fragment/ClockCustomDemoFragmentTest.kt +++ b/tests/robotests/src/com/android/customization/picker/clock/ui/fragment/ClockCustomDemoFragmentTest.kt
@@ -10,6 +10,7 @@ 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 @@ /** 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