1{ 2 "presubmit": [ 3 { 4 "name": "CtsVibratorTestCases" 5 } 6 ], 7 "postsubmit": [ 8 { 9 "name": "CtsVibratorTestCases", 10 "options": [ 11 {"exclude-annotation": "org.junit.Ignore"} 12 ] 13 } 14 ] 15} 16