Merge "Add locksettings unit tests to presubmit" am: 643fb23a74 am: ffa9add6c5 am: 0e595dc72b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1621161

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I403bc7049cbb3d1c11dd48eae308e7ed69668aff
This commit is contained in:
Rubin Xu
2021-03-10 13:30:16 +00:00
committed by Automerger Merge Worker

View File

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