Merge "Test Mapping: Remove WMTests b/c of flake"

This commit is contained in:
Simran Basi
2019-02-08 20:23:14 +00:00
committed by Android (Google) Code Review

View File

@@ -1,34 +1,4 @@
{
"presubmit": [
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.wm."
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "WmTests",
"options": [
{
"include-filter": "com.android.server.wm."
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
],
"postsubmit": [
{
"name": "CtsWindowManagerDeviceTestCases"