summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Zhuravleva <azhura@google.com>2023-09-28 18:53:14 +0000
committerAnna Zhuravleva <azhura@google.com>2023-09-28 18:53:14 +0000
commit05dcebccdc9a558d46d97afcba3c7c0913a7e70b (patch)
tree2c427b50312815e650deff830e47d4fbb7ba1caa
parentf50b62934915cf20e0b8fb157839376f4750f0de (diff)
downloadminikin-05dcebccdc9a558d46d97afcba3c7c0913a7e70b.tar.gz
Use androidx Flaky annotation for device tests.
Platform_testing flaky annotation is for host side tests and restricted, device tests should use androidx annotation. Bug: 293837621 Test: build Change-Id: Ica09d0cd1132600b5f70f620fdd0ccba0c812ce7
-rw-r--r--TEST_MAPPING4
1 files changed, 2 insertions, 2 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index cef0b6b..287c353 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -7,7 +7,7 @@
"name": "CtsTextTestCases",
"options": [
{
- "exclude-annotation": "android.platform.test.annotations.FlakyTest"
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.LargeTest"
@@ -18,7 +18,7 @@
"name": "CtsGraphicsTestCases",
"options": [
{
- "exclude-annotation": "android.platform.test.annotations.FlakyTest"
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}