aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2020-11-24 08:03:59 -0800
committerGitHub <noreply@github.com>2020-11-24 08:03:59 -0800
commit4b9b56783dc3c6030d4030eac2be2bf760e244e8 (patch)
tree23239e71cf5d341bf0f789e281c9128ea263a74b /infra
parent181c036c5b4ea78a626cd9f80e0f9b64ea4aa30d (diff)
downloadoss-fuzz-4b9b56783dc3c6030d4030eac2be2bf760e244e8.tar.gz
[cifuzz] disable failing test (#4700)
Diffstat (limited to 'infra')
-rw-r--r--infra/build_specified_commit_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/build_specified_commit_test.py b/infra/build_specified_commit_test.py
index 34a1b11f8..15bf3be0a 100644
--- a/infra/build_specified_commit_test.py
+++ b/infra/build_specified_commit_test.py
@@ -34,6 +34,7 @@ TEST_DIR_PATH = os.path.dirname(os.path.realpath(__file__))
class BuildImageIntegrationTests(unittest.TestCase):
"""Testing if an image can be built from different states e.g. a commit."""
+ @unittest.skip('Test is failing (spuriously?).')
def test_build_fuzzers_from_commit(self):
"""Tests if the fuzzers can build at a specified commit.