diff options
author | 2024-08-28 01:53:42 +0000 | |
---|---|---|
committer | 2024-08-29 03:14:23 +0000 | |
commit | 03ab1c12bdc2a601406c175ddcbbe79fdc5b4f18 (patch) | |
tree | 2b2dae736da3553febce07e07e1e4ac0596c6161 | |
parent | 5709f9cf623c0db92182a5e489c2acfa8ea8499e (diff) |
Remove flaky include-annotation from carpermission-postsubmit
It forces test to only run flaky annotated tests
Change-Id: I0296260f513d1b5568b788527fed94e674b766d9
BUG: b/330151694
Relnote: N/A
Flag: TEST_ONLY
LOW_COVERAGE_REASON=NON_CODE_ONLY
-rw-r--r-- | TEST_MAPPING | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 524d02af5..823738181 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -16,12 +16,7 @@ ], "carpermission-postsubmit" : [ { - "name" : "CtsPermissionUiTestCases", - "options": [ - { - "include-annotation": "androidx.test.filters.FlakyTest" - } - ] + "name" : "CtsPermissionUiTestCases" } ], "alltests" : [ |