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 --- TEST_MAPPING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TEST_MAPPING') 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" } ] } -- cgit v1.2.3-59-g8ed1b