25 lines
947 B
Plaintext
25 lines
947 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "statsd_testdrive_test",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "org.junit.Ignore"
|
|
},
|
|
{
|
|
// Exclude test methods that require aprotoc host dependencies - see http://b/118691442
|
|
"exclude-filter": "com.android.statsd.shelltools.testdrive.ConfigurationTest.testOnePushedFromExternalAtomsProto"
|
|
},
|
|
{
|
|
// Exclude test methods that require aprotoc host dependencies - see http://b/118691442
|
|
"exclude-filter": "com.android.statsd.shelltools.testdrive.ConfigurationTest.testOnePushedFromExternalAtomsProtoWithImportedAtom"
|
|
},
|
|
{
|
|
// Exclude test methods that require aprotoc host dependencies - see http://b/118691442
|
|
"exclude-filter": "com.android.statsd.shelltools.testdrive.ConfigurationTest.testOnePushedFromExternalAtomsProtoWithImportedEnum"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|