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

Skip to content
Snippets Groups Projects
Commit ff4e52f3 authored by David James's avatar David James
Browse files

Mark AppStateTrackerTest#testAllListeners as Flaky.

This test is ~10% flaky everywhere but git_master. Marking as flaky on aosp-master,  git_pi-dev-plus-aosp, and git_stage-aosp-master. I will roll back this change on git_master after it merges there.

Bug: b/114098433
Change-Id: I4d8365de4a4e2112848c9721836ca2289f7e2804
parent c78240df
Branches
No related tags found
No related merge requests found
...@@ -85,6 +85,7 @@ import java.util.concurrent.CountDownLatch; ...@@ -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 { ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment