From 1ef51960a6e23bc80e0e609607a58e7146a48015 Mon Sep 17 00:00:00 2001 From: manfeibai Date: Thu, 30 Nov 2023 07:06:06 +0000 Subject: [PATCH] test skip test --- test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index 453abb5e469..b788426dcf4 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -210,7 +210,7 @@ function run_xla_op_tests3 { run_test "$CDIR/test_torch_distributed_xla_backend.py" run_torchrun "$CDIR/pjrt/test_torchrun.py" # NOTE: this line below is testing export and don't care about GPU - PJRT_DEVICE=CPU CPU_NUM_DEVICES=1 run_coverage "$CDIR/test_core_aten_ops.py" + # PJRT_DEVICE=CPU CPU_NUM_DEVICES=1 run_coverage "$CDIR/test_core_aten_ops.py" } #######################################################################################