1{ 2 "imports": [ 3 { 4 "path": "vendor/google_testing/integration/tests/scenarios/src/android/platform/test/scenario/sysui" 5 }, 6 { 7 "path": "frameworks/base" 8 } 9 ], 10 11 // To make sure health/rules do not break sysui tests. 12 // Copied from the internal "sysui-e2e-postsumit" test mapping group. 13 // Once stable, this will be promoted to presubmit. 14 "postsubmit": [ 15 { 16 "name": "PlatformScenarioTests", 17 "options": [ 18 { 19 "include-filter": "android.platform.test.scenario.sysui" 20 }, 21 { 22 "include-annotation": "android.platform.test.scenario.annotation.Scenario" 23 }, 24 { 25 "exclude-annotation": "org.junit.Ignore" 26 }, 27 { 28 "exclude-annotation": "androidx.test.filters.FlakyTest" 29 } 30 ] 31 } 32 ] 33}