Merge "Add android.net tests to postsubmit" am: 5b274f5eef am: 8bbc86d1e2 am: 50d27878ea

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1863053

Change-Id: If744c9a6e6b13df75a6257bf17a83e891993f429
This commit is contained in:
Neil Fuller
2021-10-20 10:22:36 +00:00
committed by Automerger Merge Worker

View File

@@ -16,5 +16,24 @@
{
"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"
}
]
}
]
}