Files
rk35xx-android14/packages/modules/StatsD/statsd/tools/localtools/TEST_MAPPING
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

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"
}
]
}
]
}