Bug: 151135460 Test: added @Ignore to a test and checked atest didn't run it Change-Id: Ied98fc49a85eccc5452ba8e07992a836f6fc11c5
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
{
|
|
// Looking for unit test presubmit configuration?
|
|
// This currently lives in ATP config apct/system_ui/unit_test
|
|
"staged-platinum-postsubmit": [
|
|
{
|
|
"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": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"platinum-postsubmit": [
|
|
{
|
|
"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": "androidx.test.filters.FlakyTest"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.platform.helpers.Staging"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|