[DO NOT MERGE] Disable com.android.preload.check.PreloadCheck#testBlackList

Disabling in preparation for merge to aosp-master (Q release).

Test: Forrest - go/forrest_run/L13300000358776692
BUG: 139540082
BUG: 139305203
Change-Id: I2da5daf011bfe44648aa6e3cc969db2689d79b76
This commit is contained in:
Ian Kasprzak
2019-08-26 18:57:07 -07:00
parent c9f77c9000
commit 869b473388
2 changed files with 12 additions and 2 deletions

View File

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

View File

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