Merge "@ignore flaky test" into pi-dev
am: 31d58db7c3
Change-Id: I7adae695d33e3f089242526bdd0a9e67d8f49eae
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user