Merge "Updates more CtsContentTestCases to TEST_MAPPING"

This commit is contained in:
Rhed Jao
2020-09-21 02:18:13 +00:00
committed by Android (Google) Code Review
4 changed files with 45 additions and 6 deletions

View File

@@ -21,6 +21,20 @@
"include-filter": "android.appsecurity.cts.OverlayHostTest"
}
]
},
{
"name": "CtsContentTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"include-filter": "android.content.om.cts"
}
]
}
]
}

View File

@@ -17,6 +17,20 @@
},
{
"name": "CarrierAppIntegrationTestCases"
},
{
"name": "CtsContentTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"include-filter": "android.content.pm.cts"
}
]
}
],
"postsubmit": [

View File

@@ -2,6 +2,20 @@
"presubmit": [
{
"name": "CtsResourcesLoaderTests"
},
{
"name": "CtsContentTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"include-filter": "android.content.res.cts"
}
]
}
]
}

View File

@@ -33,16 +33,13 @@
"name": "CtsContentTestCases",
"options": [
{
"include-filter": "android.content.pm.cts.ChecksumsTest"
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
"exclude-annotation": "org.junit.Ignore"
},
{
"include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
},
{
"include-filter": "android.content.pm.cts.PackageManagerTest"
"include-filter": "android.content.pm.cts"
}
]
},