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

Commit fc3203f6 authored by David James's avatar David James Committed by Android (Google) Code Review
Browse files

Merge "Mark AppStandbyControllerTests#testEnabledState as Flaky."

parents e49bb322 3bd6d2e4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ import android.util.ArraySet;
import android.view.Display;

import androidx.test.InstrumentationRegistry;
import androidx.test.filters.FlakyTest;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;

@@ -416,6 +417,7 @@ public class AppStandbyControllerTests {
    }

    @Test
    @FlakyTest(bugId = 119774928)
    public void testEnabledState() throws Exception {
        TestParoleListener paroleListener = new TestParoleListener();
        mController.addListener(paroleListener);