Merge "[pm] Move CtsContentTestCases to postsubmit for pm changes" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bc36620989
@@ -100,20 +100,6 @@
|
||||
}
|
||||
],
|
||||
"presubmit-large":[
|
||||
{
|
||||
"name":"CtsContentTestCases",
|
||||
"options":[
|
||||
{
|
||||
"exclude-annotation":"androidx.test.filters.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation":"org.junit.Ignore"
|
||||
},
|
||||
{
|
||||
"include-filter":"android.content.pm.cts"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"CtsUsesNativeLibraryTest",
|
||||
"options":[
|
||||
@@ -155,6 +141,20 @@
|
||||
}
|
||||
],
|
||||
"postsubmit":[
|
||||
{
|
||||
"name":"CtsContentTestCases",
|
||||
"options":[
|
||||
{
|
||||
"exclude-annotation":"androidx.test.filters.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation":"org.junit.Ignore"
|
||||
},
|
||||
{
|
||||
"include-filter":"android.content.pm.cts"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"CtsAppSecurityHostTestCases",
|
||||
"options":[
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"presubmit-large": [
|
||||
"postsubmit": [
|
||||
{
|
||||
"name": "CtsContentTestCases",
|
||||
"options": [
|
||||
@@ -104,9 +104,7 @@
|
||||
"include-filter": "android.content.pm.cts"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"postsubmit": [
|
||||
},
|
||||
{
|
||||
"name": "CtsPermissionTestCases",
|
||||
"options": [
|
||||
|
||||
Reference in New Issue
Block a user