Skip to content
Snippets Groups Projects
Commit 2263796c authored by Anna Zhuravleva's avatar Anna Zhuravleva Committed by Android (Google) Code Review
Browse files

Merge "Use androidx FlakyTest annotation for device tests." into main

parents b8fc9160 0bbf383f
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
"name": "CtsAppOpsTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
......
......@@ -8,7 +8,6 @@
"name": "FrameworksVibratorCoreTests",
"options": [
{"exclude-annotation": "androidx.test.filters.LargeTest"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{"exclude-annotation": "org.junit.Ignore"}
]
......@@ -21,7 +20,6 @@
"name": "FrameworksVibratorServicesTests",
"options": [
{"exclude-annotation": "androidx.test.filters.LargeTest"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{"exclude-annotation": "org.junit.Ignore"}
]
......@@ -34,7 +32,6 @@
"name": "CtsVibratorTestCases",
"options": [
{"exclude-annotation": "androidx.test.filters.LargeTest"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{"exclude-annotation": "org.junit.Ignore"}
]
......
......@@ -3,9 +3,6 @@
{
"name": "CtsNotificationTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
......@@ -20,9 +17,6 @@
{
"name": "FrameworksUiServicesTests",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
......
......@@ -4,7 +4,7 @@
"name": "CtsTextTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.LargeTest"
......
......@@ -4,7 +4,7 @@
"name": "CtsRoleTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
......@@ -15,7 +15,7 @@
"include-filter": "android.permission.cts.PermissionControllerTest"
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
......
......@@ -4,7 +4,6 @@
"name": "FrameworksVibratorCoreTests",
"options": [
{"exclude-annotation": "androidx.test.filters.LargeTest"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{"exclude-annotation": "org.junit.Ignore"}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment