Pavel Grafov 9bec4c449b Put @LockSettingsTest back into blocking presubmit.
The tests have been stable recently.

Bug: 135979609
Test: presubmit
Change-Id: I77abb35e8e7a0811afb66f9fb487a81a99f8765b
2020-05-20 12:28:22 +00:00

16 lines
406 B
Plaintext

{
"presubmit": [
{
"name": "CtsDevicePolicyManagerTestCases",
"options": [
{
"include-annotation": "com.android.cts.devicepolicy.annotations.LockSettingsTest"
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
}
]
}