diff --git a/.circleci/common.sh b/.circleci/common.sh index 634259585ab1..600e4a9817a7 100755 --- a/.circleci/common.sh +++ b/.circleci/common.sh @@ -147,14 +147,14 @@ function run_torch_xla_tests() { fi fi - pushd test/cpp - echo "Running C++ Tests" - ./run_tests.sh - - if ! [ -x "$(command -v nvidia-smi)" ] - then - ./run_tests.sh -X early_sync -F AtenXlaTensorTest.TestEarlySyncLiveTensors -L"" - fi - popd + # pushd test/cpp + # echo "Running C++ Tests" + # ./run_tests.sh + + # if ! [ -x "$(command -v nvidia-smi)" ] + # then + # ./run_tests.sh -X early_sync -F AtenXlaTensorTest.TestEarlySyncLiveTensors -L"" + # fi + # popd popd }