diff --git a/tests/integration/defs/cpp/test_multi_gpu.py b/tests/integration/defs/cpp/test_multi_gpu.py index 54b295db0871..be15906cae90 100644 --- a/tests/integration/defs/cpp/test_multi_gpu.py +++ b/tests/integration/defs/cpp/test_multi_gpu.py @@ -106,20 +106,6 @@ def run_simple_multi_gpu_tests(build_dir: _pl.Path, timeout=1500): env=new_env, timeout=600) - new_env = copy.copy(cpp_env) - # Transfer agent tests - transfer_agent_test_2_proc = [ - "mpirun", - "-n", - "2", - "--allow-run-as-root", - "executor/transferAgentTest", - ] - _cpp.run_command(transfer_agent_test_2_proc, - cwd=tests_dir, - env=new_env, - timeout=600) - def run_llama_executor_leader_tests(build_dir: _pl.Path, timeout=1500): tests_dir = build_dir / "tests"