[DO NOT MERGE] Cleanup TEST_MAPPING disables from ag/9285495
- Moved exclude filters to existing stanzas - Removed new stanzas added w/ filters - Removed un-needed filters because existing "include-filter" already excludes failing tests. Disabling in preparation for merge to aosp-master (Q release). Disabling the following tests: FrameworksCoreTests:android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate CtsAppTestCases:android.app.cts.ServiceTest#testAppZygoteServices CtsAppTestCases:android.app.cts.SystemFeaturesTest#testLocationFeatures CtsProviderTestCases:android.provider.cts.MediaStore_Images_ThumbnailsTest Test: Forrest Exempt-From-Owner-Approval: Disabling known failing TEST_MAPPING tests for AOSP push to Q. Change-Id: I4dc2408c5bc6d421654f871c5d63d402c1d96d91
This commit is contained in:
@@ -26,14 +26,6 @@
|
|||||||
"include-filter": "com.android.server.appop"
|
"include-filter": "com.android.server.appop"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "FrameworksCoreTests",
|
|
||||||
"options": [
|
|
||||||
{
|
|
||||||
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"postsubmit": [
|
"postsubmit": [
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"presubmit": [
|
|
||||||
{
|
|
||||||
"name": "CtsProviderTestCases",
|
|
||||||
"options": [
|
|
||||||
{
|
|
||||||
"exclude-filter": "android.provider.cts.MediaStore_Images_ThumbnailsTest"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -30,12 +30,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||||
}
|
},
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "FrameworksCoreTests",
|
|
||||||
"options": [
|
|
||||||
{
|
{
|
||||||
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
|
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,12 +8,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||||
}
|
},
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "FrameworksCoreTests",
|
|
||||||
"options": [
|
|
||||||
{
|
{
|
||||||
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
|
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -65,14 +65,6 @@
|
|||||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "FrameworksCoreTests",
|
|
||||||
"options": [
|
|
||||||
{
|
|
||||||
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"postsubmit": [
|
"postsubmit": [
|
||||||
|
|||||||
@@ -45,17 +45,6 @@
|
|||||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "CtsAppTestCases",
|
|
||||||
"options": [
|
|
||||||
{
|
|
||||||
"exclude-filter": "android.app.cts.ServiceTest#testAppZygoteServices"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"exclude-filter": "android.app.cts.SystemFeaturesTest#testLocationFeatures"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"postsubmit": [
|
"postsubmit": [
|
||||||
|
|||||||
Reference in New Issue
Block a user