diff --git a/easybuild/easyconfigs/p/PyTorch/PyTorch-2.1.2-foss-2023a-CUDA-12.1.1.eb b/easybuild/easyconfigs/p/PyTorch/PyTorch-2.1.2-foss-2023a-CUDA-12.1.1.eb index fdb202fa951e..7990dd1511b8 100644 --- a/easybuild/easyconfigs/p/PyTorch/PyTorch-2.1.2-foss-2023a-CUDA-12.1.1.eb +++ b/easybuild/easyconfigs/p/PyTorch/PyTorch-2.1.2-foss-2023a-CUDA-12.1.1.eb @@ -204,7 +204,7 @@ excluded_tests = { # See https://github.com/easybuilders/easybuild-easyconfigs/issues/17712 'distributed/rpc/test_tensorpipe_agent', # Broken test, can't ever succeed, see https://github.com/pytorch/pytorch/issues/122184 - 'distributed/tensor/parallel/test_tp_random_state.py', + 'distributed/tensor/parallel/test_tp_random_state', # failures on OmniPath systems, which don't support some optional InfiniBand features # See https://github.com/pytorch/tensorpipe/issues/413 'distributed/pipeline/sync/skip/test_gpipe',