Skip to content
Snippets Groups Projects
Commit 1a5bb835 authored by Ian Kasprzak's avatar Ian Kasprzak
Browse files

[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
parent eb6576d6
No related branches found
No related tags found
No related merge requests found
......@@ -26,14 +26,6 @@
"include-filter": "com.android.server.appop"
}
]
},
{
"name": "FrameworksCoreTests",
"options": [
{
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
}
]
}
],
"postsubmit": [
......
{
"presubmit": [
{
"name": "CtsProviderTestCases",
"options": [
{
"exclude-filter": "android.provider.cts.MediaStore_Images_ThumbnailsTest"
}
]
}
]
}
\ No newline at end of file
......@@ -30,12 +30,7 @@
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksCoreTests",
"options": [
},
{
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
}
......
......@@ -8,12 +8,7 @@
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksCoreTests",
"options": [
},
{
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
}
......
......@@ -65,14 +65,6 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksCoreTests",
"options": [
{
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
}
]
}
],
"postsubmit": [
......
......@@ -45,17 +45,6 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "CtsAppTestCases",
"options": [
{
"exclude-filter": "android.app.cts.ServiceTest#testAppZygoteServices"
},
{
"exclude-filter": "android.app.cts.SystemFeaturesTest#testLocationFeatures"
}
]
}
],
"postsubmit": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment