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

Commit 3bd6d2e4 authored by David James's avatar David James
Browse files

Mark AppStandbyControllerTests#testEnabledState as Flaky.

This test is ~2% flaky on git_master. Mark as flaky temporarily.
It is not flaky on AOSP so we are leaving it enabled there.

Bug: b/119774928
Change-Id: I4d8365de4a4e2112848c9721836ca2289f7e2804
parent 485251a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -61,6 +61,7 @@ import android.util.ArraySet;
import android.view.Display;
import android.view.Display;


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


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


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