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

Commit c715de81 authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Run screenshot tests for changes in core/java/android/app.

This ensures that we run notification screenshot tests for changes in Notification.java, as well as aconfig flag changes for the android.app namespace.

Change-Id: I4a632da5f0343c7c912d1a1873a1397869061b81
Flag: TEST_ONLY
Test: presubmit??
Fix: 399288502
parent 8ec13e28
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -169,6 +169,23 @@
            "name": "CtsWindowManagerBackgroundActivityTestCases"
        }
    ],
    // 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"
            }
        ]
        }
    ],
    "postsubmit": [
        {
            "file_patterns": ["(/|^)ActivityThreadClientTest.java"],