{ "presubmit": [ { "name": "platform-screenshot-diff-test", "options": [ { "exclude-annotation": "androidx.test.filters.FlakyTest" } ] } ], // v2/sysui/suite/test-mapping-sysui-screenshot-test "sysui-screenshot-test": [ { "name": "SystemUIGoogleScreenshotTests", "options": [ { "exclude-annotation": "org.junit.Ignore" }, { "exclude-annotation": "androidx.test.filters.FlakyTest" }, { "exclude-annotation": "android.platform.test.annotations.Postsubmit" } ] }, { "name": "SystemUIGoogleKeyguardScreenshotTests", "options": [ { "exclude-annotation": "org.junit.Ignore" }, { "exclude-annotation": "androidx.test.filters.FlakyTest" }, { "exclude-annotation": "android.platform.test.annotations.FlakyTest" }, { "exclude-annotation": "android.platform.test.annotations.Postsubmit" } ] } ] }