aboutsummaryrefslogtreecommitdiff
path: root/infra/presubmit.py
diff options
context:
space:
mode:
authorJonathan Metzman <metzman@chromium.org>2021-01-20 17:58:06 -0800
committerJonathan Metzman <metzman@chromium.org>2021-01-20 17:58:06 -0800
commite4195808a86d980278f2c85cc039666145edaf8e (patch)
treedca6200866657eea68f34487ab314f4017f9196e /infra/presubmit.py
parent34d86accb046d94f81565221c20c22fba2921f53 (diff)
downloadoss-fuzz-e4195808a86d980278f2c85cc039666145edaf8e.tar.gz
Explain why blacklisting base-sanitizer-libs-builder
Diffstat (limited to 'infra/presubmit.py')
-rwxr-xr-xinfra/presubmit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/presubmit.py b/infra/presubmit.py
index c3c0d73b5..f03f535f9 100755
--- a/infra/presubmit.py
+++ b/infra/presubmit.py
@@ -26,6 +26,7 @@ import yaml
_SRC_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
TEST_BLOCKLIST = [
+ # Test fails with error: `ModuleNotFoundError: No module named 'apt'`.
re.compile(r'.*\/infra\/base-images\/base-sanitizer-libs-builder'),
# TODO(https://github.com/google/oss-fuzz/issues/5025): Reenable these
# tests.