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:
committed by
Kholoud Mohamed
parent
e10d88b66c
commit
1fe97a6355
@@ -16,5 +16,15 @@
|
||||
{
|
||||
"name": "CtsDevicePolicyManagerTestCases"
|
||||
}
|
||||
],
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsDevicePolicyManagerTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "com.android.cts.devicepolicy.ManagedProfileTest#testParentProfileApiDisabled"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user