aboutsummaryrefslogtreecommitdiff
path: root/infra/presubmit.py
diff options
context:
space:
mode:
authorOliver Chang <oliverchang@users.noreply.github.com>2021-01-22 02:43:42 +1100
committerGitHub <noreply@github.com>2021-01-21 07:43:42 -0800
commit5b51cfb00f89d127a561aa26d5eb122c3bce063f (patch)
treead04dde6ccfb221b9fc9884e1e6ca90eb73130e6 /infra/presubmit.py
parent03de1c66f0dcd4cf4a82a4b8652c844dcc3c9bba (diff)
downloadoss-fuzz-5b51cfb00f89d127a561aa26d5eb122c3bce063f.tar.gz
Fix build functions tests when invoked from unittest.TestSuite. (#5027)
Diffstat (limited to 'infra/presubmit.py')
-rwxr-xr-xinfra/presubmit.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/infra/presubmit.py b/infra/presubmit.py
index 9e3c8eaf0..653fa5347 100755
--- a/infra/presubmit.py
+++ b/infra/presubmit.py
@@ -28,9 +28,6 @@ _SRC_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
TEST_BLOCKLIST = [
# Test errors 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.
- re.compile(r'.*\/infra\/build(\/?).*'),
]