Skip to content

Commit

Permalink
disable BMDB 595 (> 12 minutes runtime)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Dec 24, 2024
1 parent 0cc7637 commit 0cb5528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/NightlyBMDB_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ jobs:
echo "Skipping ${file_name}"
continue
fi
# if number is in the list of [125, 246, 678, 1008] then continue
if [ $number -eq 235 ] || [ $number -eq 255 ] || [ $number -eq 1008 ]; then
if [ $number -eq 235 ] || [ $number -eq 255 ] || [ $number -eq 595 ] || [ $number -eq 1008 ]; then
echo "Skipping ${file_name} - too slow or otherwise misbehaved"
continue
fi
Expand Down
2 changes: 1 addition & 1 deletion vcell-cli/src/main/resources/test_cases.ndjson
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
{"test_collection":"SYSBIO_BIOMD","file_path":"BIOMD0000000572.omex","should_fail":false,"known_status":"PASS","known_failure_type":null,"known_failure_desc":null}
{"test_collection":"SYSBIO_BIOMD","file_path":"BIOMD0000000573.omex","should_fail":false,"known_status":"PASS","known_failure_type":null,"known_failure_desc":null}
{"test_collection":"SYSBIO_BIOMD","file_path":"BIOMD0000000574.omex","should_fail":false,"known_status":null,"known_failure_type":null,"known_failure_desc":null}
{"test_collection":"SYSBIO_BIOMD","file_path":"BIOMD0000000575.omex","should_fail":false,"known_status":null,"known_failure_type":null,"known_failure_desc":null}
{"test_collection":"SYSBIO_BIOMD","file_path":"BIOMD0000000575.omex","should_fail":false,"known_status":null,"known_failure_type":null,"known_failure_desc":"> 12 minutes - too long - skip it"}
{"test_collection":"SYSBIO_BIOMD","file_path":"BIOMD0000000576.omex","should_fail":false,"known_status":"PASS","known_failure_type":null,"known_failure_desc":null}
{"test_collection":"SYSBIO_BIOMD","file_path":"BIOMD0000000577.omex","should_fail":false,"known_status":"PASS","known_failure_type":null,"known_failure_desc":null}
{"test_collection":"SYSBIO_BIOMD","file_path":"BIOMD0000000578.omex","should_fail":false,"known_status":null,"known_failure_type":null,"known_failure_desc":null}
Expand Down

0 comments on commit 0cb5528

Please sign in to comment.