summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Zhuravleva <azhura@google.com>2023-09-29 09:08:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-09-29 09:08:45 +0000
commit211125ea3a4691ba68026b744531d5fdcc8ff32d (patch)
treea616d86900046dbc791fcb1e17ff29e92e4ef363
parent72536763a41a85fb7b2dd589397b823de92867d9 (diff)
parent05dcebccdc9a558d46d97afcba3c7c0913a7e70b (diff)
downloadminikin-211125ea3a4691ba68026b744531d5fdcc8ff32d.tar.gz
Merge "Use androidx Flaky annotation for device tests." into main
-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"
}
]
}