We already run these tests when platform code affecting these tests change. Now enabling these too to also run when these tests are being changed. Fixes: 154344933 Test: atest --test-mapping packages/modules/Connectivity/tests/cts/hostside Change-Id: Ie3ea67670ccd028815936d30189146c25ba87e28
18 lines
399 B
Plaintext
18 lines
399 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsHostsideNetworkTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.cts.net.HostsideRestrictBackgroundNetworkTests"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |