{ | |
"presubmit": [ | |
{ | |
"name": "FrameworksVibratorServicesTests", | |
"options": [ | |
{"exclude-annotation": "androidx.test.filters.FlakyTest"}, | |
{"exclude-annotation": "androidx.test.filters.LargeTest"}, | |
{"exclude-annotation": "org.junit.Ignore"} | |
] | |
} | |
], | |
"postsubmit": [ | |
{ | |
"name": "FrameworksVibratorServicesTests", | |
"options": [ | |
{"exclude-annotation": "org.junit.Ignore"} | |
] | |
} | |
] | |
} |