blob: c036b041cd95faba8f20c6bdaf72f77e42c54f2b [file] [log] [blame]
Lucas Dupin46363d4d2019-11-25 12:46:38 -08001{
2 // Looking for unit test presubmit configuration?
3 // This currently lives in ATP config apct/system_ui/unit_test
4 "staged-platinum-postsubmit": [
5 {
6 "name": "PlatformScenarioTests",
7 "options": [
8 {
9 "include-filter": "android.platform.test.scenario.sysui"
10 },
11 {
Lucas Dupinf1ae7072019-12-03 09:25:52 -080012 "include-annotation": "android.platform.test.scenario.annotation.Scenario"
13 },
14 {
Julia Tuttlea3e4e3a2020-03-11 17:09:58 -040015 "exclude-annotation": "org.junit.Ignore"
16 },
17 {
Lucas Dupin46363d4d2019-11-25 12:46:38 -080018 "exclude-annotation": "androidx.test.filters.FlakyTest"
19 }
20 ]
21 }
Lucas Dupine5dc1d92020-01-27 15:02:59 -080022 ],
23 "platinum-postsubmit": [
24 {
25 "name": "PlatformScenarioTests",
26 "options": [
27 {
28 "include-filter": "android.platform.test.scenario.sysui"
29 },
30 {
31 "include-annotation": "android.platform.test.scenario.annotation.Scenario"
32 },
33 {
Julia Tuttlea3e4e3a2020-03-11 17:09:58 -040034 "exclude-annotation": "org.junit.Ignore"
35 },
36 {
Lucas Dupine5dc1d92020-01-27 15:02:59 -080037 "exclude-annotation": "androidx.test.filters.FlakyTest"
38 },
39 {
40 "exclude-annotation": "android.platform.helpers.Staging"
41 }
42 ]
43 }
Lucas Dupin46363d4d2019-11-25 12:46:38 -080044 ]
45}