aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/presubmit.py
diff options
context:
space:
mode:
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 c3c0d73b..f03f535f 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.