Skip to content

Commit

Permalink
updated BMDB known faults for 600-800, exclude 711
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Dec 24, 2024
1 parent b638bc5 commit d94e0d7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NightlyBMDB_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
echo "Skipping ${file_name}"
continue
fi
if [ $number -eq 235 ] || [ $number -eq 255 ] || [ $number -eq 595 ] || [ $number -eq 1008 ]; then
if [ $number -eq 235 ] || [ $number -eq 255 ] || [ $number -eq 595 ] || [ $number -eq 711 ] || [ $number -eq 1008 ]; then
echo "Skipping ${file_name} - too slow or otherwise misbehaved"
continue
fi
Expand Down
Loading

0 comments on commit d94e0d7

Please sign in to comment.