diff options
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index a47660767..689cd6865 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -9,7 +9,7 @@ "name" : "CtsPermissionUiTestCases", "options": [ { - "exclude-annotation": "android.platform.test.annotations.FlakyTest" + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] } @@ -19,7 +19,7 @@ "name" : "CtsPermissionUiTestCases", "options": [ { - "include-annotation": "android.platform.test.annotations.FlakyTest" + "include-annotation": "androidx.test.filters.FlakyTest" } ] } |