Merge "Add locksettings unit tests to presubmit"

This commit is contained in:
Rubin Xu
2021-03-10 11:05:50 +00:00
committed by Gerrit Code Review

View File

@@ -10,6 +10,17 @@
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.locksettings."
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
}
]
}