From 8c14c33e5c1a2765049c4a9f21e2f1e1f671fc16 Mon Sep 17 00:00:00 2001 From: Yakov Olkhovskiy Date: Sat, 19 Oct 2024 19:17:13 +0000 Subject: [PATCH] test --- tests/ci/build_download_helper.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/ci/build_download_helper.py b/tests/ci/build_download_helper.py index d7123564890..8482abb26e0 100644 --- a/tests/ci/build_download_helper.py +++ b/tests/ci/build_download_helper.py @@ -275,8 +275,5 @@ def download_fuzzers( check_name, reports_path, result_path, - lambda x: x.endswith( - ("test_basic_fuzzer", ".dict", ".options", "_seed_corpus.zip") - ), - # lambda x: x.endswith(("_fuzzer", ".dict", ".options", "_seed_corpus.zip")), + lambda x: x.endswith(("_fuzzer", ".dict", ".options", "_seed_corpus.zip")), )