Merge "Add android.net tests to postsubmit"

This commit is contained in:
Neil Fuller
2021-10-20 09:48:52 +00:00
committed by Gerrit Code Review

View File

@@ -16,5 +16,24 @@
{ {
"path": "frameworks/opt/net/wifi" "path": "frameworks/opt/net/wifi"
} }
],
"postsubmit": [
{
"name": "FrameworksCoreTests",
"options": [
{
"include-filter": "android.net"
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
] ]
} }