summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorAnna Zhuravleva <azhura@google.com>2023-09-28 10:01:31 +0000
committerAnna Zhuravleva <azhura@google.com>2023-09-28 10:08:32 +0000
commit6f911a6454aa3b29a56e14c3a74fd73818a2eb5c (patch)
tree5671343db46afc4206c94e889bd63ddf6d94ecbd /TEST_MAPPING
parentafcd239355037ad2ea651067d356b6347309db4a (diff)
downloadbase-6f911a6454aa3b29a56e14c3a74fd73818a2eb5c.tar.gz
Use androidx FlakyTest annotation for device tests.
Platform_testing large test annotation is for host side tests and restricted, device tests should use androidx annotation. Bug: 293837621 Test: presubmit Change-Id: I835c4c837fa2074c937d7068f17c75467fb213dc
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING1
1 files changed, 0 insertions, 1 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 122e627b7067..b215ee4e2537 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -68,7 +68,6 @@
"name": "FrameworksInputMethodSystemServerTests",
"options": [
{"include-filter": "com.android.server.inputmethod"},
- {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{"exclude-annotation": "org.junit.Ignore"}
]