diff options
| author | 2018-03-19 13:09:11 -0400 | |
|---|---|---|
| committer | 2018-03-19 13:22:58 -0400 | |
| commit | ffe3a2131781d8b730e6ffdcb9e65c29e25f2a91 (patch) | |
| tree | 091b327ce40ae245d68349511d6a3a24c8877777 | |
| parent | de91eef76e88be8fab7ef732d10fa8f4c26095fe (diff) | |
@ignore flaky test
Bug: 75303426
Test: this is it
Change-Id: Iad3a571131d6acce232cc8000a1e01b7d6eeba98
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/qs/car/CarQsFragmentTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
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); |