summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Anna Zhuravleva <azhura@google.com> 2023-09-28 18:22:55 +0000
committer Anna Zhuravleva <azhura@google.com> 2023-09-28 18:22:55 +0000
commit0adc7f91b2be72724e624dd6ea8822bf69db8124 (patch)
tree82e64a982347a416a3d74c8d1bf7478375a8a95b
parentafcd239355037ad2ea651067d356b6347309db4a (diff)
Use androidx FlakyTest annotation for device tests.
Platform_testing large test annotation is for host side tests and will be restricted, device tests should use androidx annotation. Bug: 293837621 Test: presubmit Change-Id: Ie7059450d2904ce424a6338069873020b78cc6dd
-rw-r--r--media/java/android/media/projection/TEST_MAPPING3
-rw-r--r--tests/utils/testutils/TEST_MAPPING3
2 files changed, 0 insertions, 6 deletions
diff --git a/media/java/android/media/projection/TEST_MAPPING b/media/java/android/media/projection/TEST_MAPPING
index a792498b8521..7aa9118e45ee 100644
--- a/media/java/android/media/projection/TEST_MAPPING
+++ b/media/java/android/media/projection/TEST_MAPPING
@@ -4,9 +4,6 @@
"name": "MediaProjectionTests",
"options": [
{
- "exclude-annotation": "android.platform.test.annotations.FlakyTest"
- },
- {
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
diff --git a/tests/utils/testutils/TEST_MAPPING b/tests/utils/testutils/TEST_MAPPING
index 6468d8cc99a6..52fd5a8779ad 100644
--- a/tests/utils/testutils/TEST_MAPPING
+++ b/tests/utils/testutils/TEST_MAPPING
@@ -7,9 +7,6 @@
"exclude-annotation": "androidx.test.filters.LargeTest"
},
{
- "exclude-annotation": "android.platform.test.annotations.FlakyTest"
- },
- {
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{