xref: /aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/TEST_MAPPING (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
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}