From a63d250d71313fd7302bd3480ee7d6ebc44660b1 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Fri, 12 Apr 2024 00:29:31 +0200 Subject: [PATCH] Exclude TensorFlow tests for now --- test_suite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_suite.sh b/test_suite.sh index a811584e86..f213ad68a3 100755 --- a/test_suite.sh +++ b/test_suite.sh @@ -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