Files
frameworks_base/packages/SystemUI/TEST_MAPPING
Automerger Merge Worker a0e8b1ec4b Merge "Honor org.junit.Ignore annotation." into rvc-dev am: 5855ce58e9 am: 0bfc0d20bf am: a01bea11f4 am: 26d4f7fe2e
Change-Id: I7929ec82b148577e61ad9effd2f8eae9a7dd8dce
2020-03-12 16:19:16 +00:00

59 lines
1.4 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"
}
]
}
],
"auto-end-to-end-postsubmit": [
{
"name": "AndroidAutoUiTests",
"options" : [
{
"include-filter": "android.test.functional.auto.apps.HomeHelperTest"
},
{
"include-filter": "android.test.functional.auto.apps.NotificationHelperTest"
}
]
}
]
}