From e5bb5bd84ca40bbbe0e264b86ef15e12d996728f Mon Sep 17 00:00:00 2001 From: Anna Zhuravleva Date: Thu, 17 Aug 2023 15:04:01 +0000 Subject: 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 --- framework-s/java/android/app/role/TEST_MAPPING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework-s/java') 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" } ] } -- cgit v1.2.3-59-g8ed1b