android_system_sepolicy/TEST_MAPPING
Alan Stokes 26dcfc5416 Don't run ComposHostTestCases in presubmit
They're flaky on cuttlefish. Move to postsubmit instead.

Bug: 264496291
Test: N/A
Change-Id: I19b0357632be5a89e096fd1d9ce8d47dd865d245
2023-03-23 15:45:24 +00:00

30 lines
825 B
Plaintext

{
"presubmit": [
{
"name": "CtsSecurityHostTestCases",
"options": [
{
"include-filter": "android.security.cts.SELinuxHostTest#testPermissionControllerDomain"
},
{
"include-filter": "android.security.cts.SELinuxHostTest#testVzwOmaTriggerDomain"
},
{
"include-filter": "android.security.cts.SELinuxHostTest#testGMSCoreDomain"
},
{
"include-filter": "android.security.cts.SeamendcHostTest"
}
]
},
{
"name": "MicrodroidHostTestCases"
}
],
"avf-postsubmit": [
{
"name": "ComposHostTestCases"
}
]
}