Skip to content

Commit

Permalink
Disable flaky cpp test (#5779)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG authored and bhavya01 committed Apr 22, 2024
1 parent 9b9fdf3 commit 7522539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/cpp/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7522539

Please sign in to comment.