diff options
author | Ian Kasprzak <iankaz@google.com> | 2019-08-26 18:57:07 -0700 |
---|---|---|
committer | Ian Kasprzak <iankaz@google.com> | 2019-08-27 22:32:08 +0000 |
commit | 869b47338876897d9bc89f5e8fcc9c92ad438218 (patch) | |
tree | bd408b1ce67b962588dda12fc0d5289f75302f79 /config/TEST_MAPPING | |
parent | c9f77c90004f255aefce88718e30232dd072a3d1 (diff) |
[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
Diffstat (limited to 'config/TEST_MAPPING')
-rw-r--r-- | config/TEST_MAPPING | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/TEST_MAPPING b/config/TEST_MAPPING index d09805ec08b6..c1d4712716ea 100644 --- a/config/TEST_MAPPING +++ b/config/TEST_MAPPING @@ -1,7 +1,12 @@ { "presubmit": [ { - "name": "PreloadCheck" + "name": "PreloadCheck", + "options": [ + { + "exclude-filter": "com.android.preload.check.PreloadCheck#testBlackList" + } + ] } ] } |