Skip to content

Commit

Permalink
Exclude TensorFlow test for now, it seems to get stuck. First lets ma…
Browse files Browse the repository at this point in the history
…ke sure we run the test suite on the zen4 prefix...
  • Loading branch information
Caspar van Leeuwen committed Aug 15, 2024
1 parent b1902b3 commit 8f39d6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ fi

# Run all tests
echo "Running tests: reframe ${REFRAME_ARGS} --run"
reframe ${REFRAME_ARGS} --run
# Exclude TensorFlow, which got stuck on https://github.com/EESSI/software-layer/pull/670#issuecomment-2291084266
# Let's first make sure the test suite runs on the zen4 prefix...
reframe ${REFRAME_ARGS} --run --exclude TensorFlow
reframe_exit_code=$?
if [[ ${reframe_exit_code} -eq 0 ]]; then
echo_green "ReFrame runtime ran succesfully with command: reframe ${REFRAME_ARGS} --run."
Expand Down

0 comments on commit 8f39d6f

Please sign in to comment.