From f37bab5ad33164ea5f33c6240b2037b9675f6aa4 Mon Sep 17 00:00:00 2001 From: David Saff Date: Mon, 10 Jul 2023 14:37:57 -0400 Subject: [PATCH] Exclude androidx.test.filters.FlakyTest in TEST_MAPPING Bug: 290637805 Test: N/A Change-Id: Ifa65a07e272b8c9d01e205014cbb19b6d6233bde --- packages/SystemUI/TEST_MAPPING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index 01e6bf00a664f..3af7a45028565 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -35,6 +35,9 @@ }, { "exclude-annotation": "android.platform.test.annotations.FlakyTest" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] } @@ -128,6 +131,9 @@ }, { "exclude-annotation": "android.platform.test.annotations.FlakyTest" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] }