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")), )