diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index cff958faa7e18..c036b041cd95f 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -11,6 +11,9 @@ { "include-annotation": "android.platform.test.scenario.annotation.Scenario" }, + { + "exclude-annotation": "org.junit.Ignore" + }, { "exclude-annotation": "androidx.test.filters.FlakyTest" } @@ -27,6 +30,9 @@ { "include-annotation": "android.platform.test.scenario.annotation.Scenario" }, + { + "exclude-annotation": "org.junit.Ignore" + }, { "exclude-annotation": "androidx.test.filters.FlakyTest" },