Merge "Add TEST_MAPPING to run CtsHostsideNetworkTests in presubmit."

This commit is contained in:
Sudheer Shanka
2021-02-19 00:33:15 +00:00
committed by Gerrit Code Review

View File

@@ -0,0 +1,18 @@
{
"presubmit": [
{
"name": "CtsHostsideNetworkTests",
"options": [
{
"include-filter": "com.android.cts.net.HostsideRestrictBackgroundNetworkTests"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
}
]
}