1{ 2 "presubmit": [ 3 { 4 "name": "statsd_testdrive_test", 5 "options": [ 6 { 7 "exclude-annotation": "org.junit.Ignore" 8 }, 9 { 10 // Exclude test methods that require aprotoc host dependencies - see http://b/118691442 11 "exclude-filter": "com.android.statsd.shelltools.testdrive.ConfigurationTest.testOnePushedFromExternalAtomsProto" 12 }, 13 { 14 // Exclude test methods that require aprotoc host dependencies - see http://b/118691442 15 "exclude-filter": "com.android.statsd.shelltools.testdrive.ConfigurationTest.testOnePushedFromExternalAtomsProtoWithImportedAtom" 16 }, 17 { 18 // Exclude test methods that require aprotoc host dependencies - see http://b/118691442 19 "exclude-filter": "com.android.statsd.shelltools.testdrive.ConfigurationTest.testOnePushedFromExternalAtomsProtoWithImportedEnum" 20 } 21 ] 22 } 23 ] 24} 25