From 321ce00d97b2364cbb4d95e84e3079ab702a96ef Mon Sep 17 00:00:00 2001 From: Najib Ishaq Date: Fri, 26 Jul 2024 10:38:03 -0400 Subject: [PATCH] ci: ignoring rxiv-download from bfio actions --- .github/workflows/find-all-tools.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/find-all-tools.yml b/.github/workflows/find-all-tools.yml index e3d2194..f4c963f 100644 --- a/.github/workflows/find-all-tools.yml +++ b/.github/workflows/find-all-tools.yml @@ -28,7 +28,9 @@ jobs: # List of directories to ignore ignored_dirs="polus-python-template ftl-label .venv" # List of tools that are broken for known reasons - broken_tools="" + broken_tools="rxiv-download" + # Reasons: + # - rxiv-download: The tests intermittently fail because some of them try to download files from the internet but the requests time out. # Initialize variables ignored_dirs="$ignored_dirs $broken_tools"