Merge "[DO NOT MERGE] Include exclude-rules in all TEST_MAPPING config instances." into stage-aosp-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
4da2952342
@@ -52,6 +52,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -63,6 +66,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,6 +14,18 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-filter": "android.app.cts.AlarmManagerTest#testSetRepeating"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-filter": "android.app.cts.ServiceTest#testAppZygoteServices"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-filter": "android.app.cts.SystemFeaturesTest#testLocationFeatures"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-filter": "android.app.cts.SystemFeaturesTest#testSensorFeatures"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user