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

Commit 25ef066f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[SystemUI Screenshot Tests]Add sysui screenshot test to test mapping" into main

parents bdcff037 ae8b17c4
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"
            }
        ]
        }
    ]
}