Experiment with using "presubmit-sysui" TEST_MAPPING suite
We'll see if it helps with test isolation against the problem with slow broadcasts. Bug: 202567877, 235268992 Test: various Change-Id: I5c42ddc615fe0aed8322f5fa890c60bc8084f670
This commit is contained in:
@@ -20,6 +20,25 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"presubmit-sysui": [
|
||||
{
|
||||
"name": "PlatformScenarioTests",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.platform.test.scenario.sysui"
|
||||
},
|
||||
{
|
||||
"include-annotation": "android.platform.test.scenario.annotation.Scenario"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "org.junit.Ignore"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "android.platform.test.annotations.Postsubmit"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "SystemUIGoogleTests",
|
||||
|
||||
Reference in New Issue
Block a user