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

Commit 2a5005ac authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Mark AppStateTrackerTest#testAllListeners as Flaky."

parents 040579c6 ff4e52f3
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -85,6 +85,7 @@ import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeUnit;
import java.util.function.Consumer;
import java.util.function.Consumer;


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;


@@ -793,6 +794,7 @@ public class AppStateTrackerTest {
    }
    }


    @Test
    @Test
    @FlakyTest(bugId = 114098433)
    public void testAllListeners() throws Exception {
    public void testAllListeners() throws Exception {
        final AppStateTrackerTestable instance = newInstance();
        final AppStateTrackerTestable instance = newInstance();
        callStart(instance);
        callStart(instance);