1{ 2 // v2/sysui/suite/test-mapping-sysui-screenshot-test 3 "sysui-screenshot-test": [ 4 { 5 "name": "SystemUIGoogleScreenshotTests", 6 "options": [ 7 { 8 "exclude-annotation": "org.junit.Ignore" 9 }, 10 { 11 "exclude-annotation": "androidx.test.filters.FlakyTest" 12 }, 13 { 14 "exclude-annotation": "android.platform.test.annotations.Postsubmit" 15 } 16 ] 17 } 18 ] 19}