Skip to content

Commit

Permalink
Exclude TensorFlow tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Apr 11, 2024
1 parent 1254921 commit a63d250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ else
fi

# List the tests we want to run
export REFRAME_ARGS='--tag CI --tag 1_node --nocolor'
export REFRAME_ARGS='--tag CI --tag 1_node --nocolor --exclude=TensorFlow'
echo "Listing tests: reframe ${REFRAME_ARGS} --list"
reframe ${REFRAME_ARGS} --list
if [[ $? -eq 0 ]]; then
Expand Down

0 comments on commit a63d250

Please sign in to comment.