Merge "[DO NOT MERGE] Disable com.android.preload.check.PreloadCheck#testBlackList" into stage-aosp-master

This commit is contained in:
Ian Kasprzak
2019-08-27 22:32:43 +00:00
committed by Android (Google) Code Review
2 changed files with 12 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
{ {
"presubmit": [ "presubmit": [
{ {
"name": "PreloadCheck" "name": "PreloadCheck",
"options": [
{
"exclude-filter": "com.android.preload.check.PreloadCheck#testBlackList"
}
]
} }
] ]
} }

View File

@@ -1,7 +1,12 @@
{ {
"presubmit": [ "presubmit": [
{ {
"name": "PreloadCheck" "name": "PreloadCheck",
"options": [
{
"exclude-filter": "com.android.preload.check.PreloadCheck#testBlackList"
}
]
} }
] ]
} }