From 75225391e374e702d7945ebffd928b8b04d3c991 Mon Sep 17 00:00:00 2001 From: JackCaoG <59073027+JackCaoG@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:19:50 -0800 Subject: [PATCH] Disable flaky cpp test (#5779) --- test/cpp/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cpp/run_tests.sh b/test/cpp/run_tests.sh index 38be723950d..16bba61b195 100755 --- a/test/cpp/run_tests.sh +++ b/test/cpp/run_tests.sh @@ -98,7 +98,8 @@ elif [[ "$RUN_CPP_TESTS2" == "cpp_tests2" ]]; then "test_lazy" "test_replication" "test_tensor" - "test_xla_backend_intf" + # disable test_xla_backend_intf since it is flaky on upstream + #"test_xla_backend_intf" "test_xla_sharding") fi for name in "${test_names[@]}"; do