diff options
| author | 2023-08-17 15:04:01 +0000 | |
|---|---|---|
| committer | 2023-08-24 09:36:29 +0000 | |
| commit | e5bb5bd84ca40bbbe0e264b86ef15e12d996728f (patch) | |
| tree | d5c40e4d950a077953d7978b8b0d6fb829bbf192 /framework-s/java | |
| 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 'framework-s/java')
| -rw-r--r-- | framework-s/java/android/app/role/TEST_MAPPING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework-s/java/android/app/role/TEST_MAPPING b/framework-s/java/android/app/role/TEST_MAPPING index a95df2fd5..01d04bea0 100644 --- a/framework-s/java/android/app/role/TEST_MAPPING +++ b/framework-s/java/android/app/role/TEST_MAPPING @@ -4,7 +4,7 @@ "name": "CtsRoleTestCases", "options": [ { - "exclude-annotation": "android.platform.test.annotations.FlakyTest" + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] } @@ -21,7 +21,7 @@ "exclude-filter": "android.app.role.cts.RoleManagerTest#removeSmsRoleHolderThenPermissionIsRevoked" }, { - "exclude-annotation": "android.platform.test.annotations.FlakyTest" + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] } |