Test Mapping: Remove WMTests b/c of flake

Bug:124106730
Test: None
Change-Id: I83f767c25ef3648c1784eb09cad6ba76d994676a
This commit is contained in:
Simran Basi
2019-02-08 09:06:51 -08:00
parent 7e67bb0716
commit 98a825b578

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"