diff options
| -rw-r--r-- | core/res/TEST_MAPPING | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/core/res/TEST_MAPPING b/core/res/TEST_MAPPING index 4d09076779a3..0e01a2ad9b29 100644 --- a/core/res/TEST_MAPPING +++ b/core/res/TEST_MAPPING @@ -11,5 +11,22 @@ } ] } + ], + // 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" + } + ] + } ] -}
\ No newline at end of file +} |