From ffe3a2131781d8b730e6ffdcb9e65c29e25f2a91 Mon Sep 17 00:00:00 2001 From: Alison Cichowlas Date: Mon, 19 Mar 2018 13:09:11 -0400 Subject: @ignore flaky test Bug: 75303426 Test: this is it Change-Id: Iad3a571131d6acce232cc8000a1e01b7d6eeba98 --- .../tests/src/com/android/systemui/qs/car/CarQsFragmentTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/tests/src/com/android/systemui/qs/car/CarQsFragmentTest.java b/packages/SystemUI/tests/src/com/android/systemui/qs/car/CarQsFragmentTest.java index e023e87067e0..c3defa4390c5 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/qs/car/CarQsFragmentTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/qs/car/CarQsFragmentTest.java @@ -32,6 +32,7 @@ import com.android.systemui.statusbar.CommandQueue; import com.android.systemui.statusbar.policy.Clock; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -41,6 +42,7 @@ import org.junit.runner.RunWith; @RunWith(AndroidTestingRunner.class) @RunWithLooper(setAsMainLooper = true) @SmallTest +@Ignore("Flaky") public class CarQsFragmentTest extends SysuiBaseFragmentTest { public CarQsFragmentTest() { super(CarQSFragment.class); -- cgit v1.2.3-59-g8ed1b