From fc005b8d7c9210285c7c3bc92cbb781389e658f1 Mon Sep 17 00:00:00 2001 From: Ian Kasprzak Date: Thu, 29 Aug 2019 04:12:55 +0000 Subject: [PATCH] Revert "[DO NOT MERGE] Disable com.android.preload.check.PreloadCheck#testBlackList" This reverts commit 869b47338876897d9bc89f5e8fcc9c92ad438218. Reason for revert: Test is fixed. Change-Id: I7f305f428a0f39a09e0d31512e4efa752e39b1bd --- config/TEST_MAPPING | 7 +------ tools/preload-check/TEST_MAPPING | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/config/TEST_MAPPING b/config/TEST_MAPPING index c1d4712716ea6..d09805ec08b64 100644 --- a/config/TEST_MAPPING +++ b/config/TEST_MAPPING @@ -1,12 +1,7 @@ { "presubmit": [ { - "name": "PreloadCheck", - "options": [ - { - "exclude-filter": "com.android.preload.check.PreloadCheck#testBlackList" - } - ] + "name": "PreloadCheck" } ] } diff --git a/tools/preload-check/TEST_MAPPING b/tools/preload-check/TEST_MAPPING index c1d4712716ea6..d09805ec08b64 100644 --- a/tools/preload-check/TEST_MAPPING +++ b/tools/preload-check/TEST_MAPPING @@ -1,12 +1,7 @@ { "presubmit": [ { - "name": "PreloadCheck", - "options": [ - { - "exclude-filter": "com.android.preload.check.PreloadCheck#testBlackList" - } - ] + "name": "PreloadCheck" } ] }