1{ 2 "presubmit": [ 3 { 4 "file_patterns": [ 5 "[^/]*(vibrator)[^/]*\\.[^/]*" 6 ], 7 "name": "CtsVibratorTestCases", 8 "options": [ 9 {"exclude-annotation": "androidx.test.filters.LargeTest"}, 10 {"exclude-annotation": "androidx.test.filters.FlakyTest"}, 11 {"exclude-annotation": "org.junit.Ignore"} 12 ] 13 } 14 ] 15} 16