Add SystemUIGoogleKeyguardScreenshotTests to "sysui-screenshot-test" config.
It will be run on git_main CF_phone presubmit. This module is currently stable for this setup: https://android-build.corp.google.com/test_investigate/?invocationId=I17100010212179065&testResultId=TR94229023447853696
Bug: 308478599
Test: presubmit
Flag: None
Change-Id: I1d85a6e72396e8cf63864e7f2c6432aab5425ef4
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING
index de73b77..d306911 100644
--- a/packages/SystemUI/TEST_MAPPING
+++ b/packages/SystemUI/TEST_MAPPING
@@ -134,6 +134,23 @@
"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"
+ }
+ ]
}
],
// v2/sysui/suite/test-mapping-sysui-screenshot-test-staged
@@ -154,6 +171,23 @@
"include-annotation": "android.platform.test.annotations.Postsubmit"
}
]
+ },
+ {
+ "name": "SystemUIGoogleKeyguardScreenshotTests",
+ "options": [
+ {
+ "exclude-annotation": "org.junit.Ignore"
+ },
+ {
+ "include-annotation": "androidx.test.filters.FlakyTest"
+ },
+ {
+ "include-annotation": "android.platform.test.annotations.FlakyTest"
+ },
+ {
+ "include-annotation": "android.platform.test.annotations.Postsubmit"
+ }
+ ]
}
]
}