diff --git a/BUILD b/BUILD index b9ca26918a0..2a5d9848e95 100644 --- a/BUILD +++ b/BUILD @@ -78,6 +78,6 @@ test_suite( "//test/cpp:test_tensor", "//test/cpp:test_xla_sharding", "//torch_xla/csrc/runtime:pjrt_computation_client_test", - "//torch_xla/csrc/runtime:ifrt_computation_client_test", + # "//torch_xla/csrc/runtime:ifrt_computation_client_test", ], )