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

Commit 3119f59f authored by Pavel Grafov's avatar Pavel Grafov
Browse files

Run lockscreen-related tests in presubmit for LSS.

Bug: 135979609
Test: atest
Change-Id: I184eaf4b1776890cafadc7e3e5e69bf07352d567
parent deda6a1b
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "CtsDevicePolicyManagerTestCases",
            "options": [
                {
                    "include-annotation": "com.android.cts.devicepolicy.annotations.LockSettingsTest"
                },
                {
                    "exclude-annotation": "android.platform.test.annotations.FlakyTest"
                }
            ]
        }
    ]
}
+15 −0
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "CtsDevicePolicyManagerTestCases",
            "options": [
                {
                    "include-annotation": "com.android.cts.devicepolicy.annotations.LockSettingsTest"
                },
                {
                    "exclude-annotation": "android.platform.test.annotations.FlakyTest"
                }
            ]
        }
    ]
}