Loading packages/SystemUI/tests/src/com/android/systemui/RoundedCornersTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -46,10 +46,12 @@ import com.android.systemui.tuner.TunablePadding.TunablePaddingService; import com.android.systemui.tuner.TunerService; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @RunWith(AndroidTestingRunner.class) @Ignore("flaking") public class RoundedCornersTest extends SysuiTestCase { private RoundedCorners mRoundedCorners; Loading Loading
packages/SystemUI/tests/src/com/android/systemui/RoundedCornersTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -46,10 +46,12 @@ import com.android.systemui.tuner.TunablePadding.TunablePaddingService; import com.android.systemui.tuner.TunerService; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @RunWith(AndroidTestingRunner.class) @Ignore("flaking") public class RoundedCornersTest extends SysuiTestCase { private RoundedCorners mRoundedCorners; Loading