1{ 2 "presubmit": [ 3 { 4 "name": "platform-screenshot-diff-test", 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.Postsubmit" 25 } 26 ] 27 }, 28 { 29 "name": "SystemUIGoogleKeyguardScreenshotTests", 30 "options": [ 31 { 32 "exclude-annotation": "org.junit.Ignore" 33 }, 34 { 35 "exclude-annotation": "androidx.test.filters.FlakyTest" 36 }, 37 { 38 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 39 }, 40 { 41 "exclude-annotation": "android.platform.test.annotations.Postsubmit" 42 } 43 ] 44 } 45 ] 46} 47