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

This reverts commit 869b473388.

Reason for revert: Test is fixed.

Change-Id: I7f305f428a0f39a09e0d31512e4efa752e39b1bd
This commit is contained in:
Ian Kasprzak
2019-08-29 04:12:55 +00:00
parent 869b473388
commit fc005b8d7c
2 changed files with 2 additions and 12 deletions

View File

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

View File

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