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

Commit d6bfd1ae authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable flaky tests

Test: atest WmTests
Flag: TEST_ONLY
Bug: 419786630
Change-Id: I4ad63cb655ff4fe0b88131ba2e4029e26fadbd66
parent 29ad6420
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ import android.window.WindowInfosListenerForTest.WindowInfo;

import androidx.test.ext.junit.rules.ActivityScenarioRule;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.filters.FlakyTest;
import androidx.test.filters.MediumTest;
import androidx.test.platform.app.InstrumentationRegistry;

@@ -114,6 +115,7 @@ public class ActivityRecordInputSinkTests {

    @Test
    @RequiresFlagsEnabled(Flags.FLAG_ALLOW_DISABLE_ACTIVITY_RECORD_INPUT_SINK)
    @FlakyTest(bugId = 419786630)
    public void testSimpleButtonPress_withOverlayDisableInputSink() throws InterruptedException {
        startOverlayApp(true);
        waitForOverlayApp();