Add testParentProfileApiDisabled to presubmit

Adding this test to DPM presubmit runs avoids getting postsubmit bug failures after adding new public
APIs in DPM.

Bug: 227135947
Test: N/A
Change-Id: Idc5612e6f999bf57bcbc60969314708d6c09ba21
This commit is contained in:
kholoud mohamed
2022-04-05 11:50:10 +01:00
committed by Kholoud Mohamed
parent e10d88b66c
commit 1fe97a6355

View File

@@ -16,5 +16,15 @@
{
"name": "CtsDevicePolicyManagerTestCases"
}
],
"presubmit": [
{
"name": "CtsDevicePolicyManagerTestCases",
"options": [
{
"include-filter": "com.android.cts.devicepolicy.ManagedProfileTest#testParentProfileApiDisabled"
}
]
}
]
}