1{ 2 "presubmit": [ 3 { 4 "name": "CtsGraphicsTestCases", 5 "options": [ 6 { 7 "exclude-annotation": "androidx.test.filters.FlakyTest" 8 } 9 ] 10 } 11 ], 12 // v2/sysui/suite/test-mapping-sysui-screenshot-test 13 "sysui-screenshot-test": [ 14 { 15 "name": "SystemUIGoogleScreenshotTests", 16 "options": [ 17 { 18 "exclude-annotation": "org.junit.Ignore" 19 }, 20 { 21 "exclude-annotation": "androidx.test.filters.FlakyTest" 22 }, 23 { 24 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 25 }, 26 { 27 "exclude-annotation": "android.platform.test.annotations.Postsubmit" 28 } 29 ] 30 }, 31 { 32 "name": "SystemUIGoogleKeyguardScreenshotTests", 33 "options": [ 34 { 35 "exclude-annotation": "org.junit.Ignore" 36 }, 37 { 38 "exclude-annotation": "androidx.test.filters.FlakyTest" 39 }, 40 { 41 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 42 }, 43 { 44 "exclude-annotation": "android.platform.test.annotations.Postsubmit" 45 } 46 ] 47 } 48 ] 49}