diff options
author | 2023-08-17 15:04:01 +0000 | |
---|---|---|
committer | 2023-08-24 09:36:29 +0000 | |
commit | e5bb5bd84ca40bbbe0e264b86ef15e12d996728f (patch) | |
tree | d5c40e4d950a077953d7978b8b0d6fb829bbf192 /TEST_MAPPING | |
parent | ccaa0d8a43e70e32e6e6f9c92029f7dd8da06c82 (diff) |
Switch permission device tests to androidx flaky annotation.
Platform_testing flaky annotation is for host side tests, device
tests should use androidx annotation.
Bug: 293837621
Test: presubmit
Change-Id: If9f521ede3d9ecb065ede03554f9959e88a27ab7
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" } ] } |