1{ 2 "presubmit": [ 3 { 4 "name": "WMJetpackUnitTests", 5 "options": [ 6 { 7 "include-annotation": "android.platform.test.annotations.Presubmit" 8 }, 9 { 10 "exclude-annotation": "androidx.test.filters.FlakyTest" 11 }, 12 { 13 "exclude-annotation": "org.junit.Ignore" 14 } 15 ] 16 }, 17 { 18 "name": "CtsWindowManagerJetpackTestCases", 19 "options": [ 20 { 21 "include-annotation": "android.platform.test.annotations.Presubmit" 22 }, 23 { 24 "exclude-annotation": "androidx.test.filters.FlakyTest" 25 }, 26 { 27 "exclude-annotation": "org.junit.Ignore" 28 } 29 ] 30 } 31 ], 32 "imports": [ 33 { 34 "path": "vendor/google_testing/integration/tests/scenarios/src/android/platform/test/scenario/sysui" 35 } 36 ] 37} 38