Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae8b17c4 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz
Browse files

[SystemUI Screenshot Tests]Add sysui screenshot test to test mapping

Any resource changes in core/res doesn't trigger systemui screenshot tests, this can cause presubmit failure and revert. This CL runs systemui screenshot test when any resource is changed in core/res

Bug: 351156868
Change-Id: I5c1a82eb76e644cc64d24a156d249d3298207213
Test: Presubmit
Flag: TEST_ONLY
parent 17414dbe
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -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"
            }
        ]
        }
    ]
}