Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31d58db7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "@ignore flaky test" into pi-dev

parents 837f1364 ffe3a213
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);