From fa8e15223411199df806b43931d429541a53f52e Mon Sep 17 00:00:00 2001 From: mdzurick Date: Tue, 9 Jun 2026 16:45:31 +0000 Subject: [PATCH] disable MPI tests with TODO Signed-off-by: mdzurick --- .github/workflows/python_wheels.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python_wheels.yml b/.github/workflows/python_wheels.yml index db9c9c097ca..d07170b5aad 100644 --- a/.github/workflows/python_wheels.yml +++ b/.github/workflows/python_wheels.yml @@ -316,7 +316,10 @@ jobs: fi - name: Run Python MPI tests - if: matrix.os_image == 'redhat/ubi9:9.6' + # TODO: temporarily disabled due to flaky conda CUDA downloads + # (ConnectionResetError / ChecksumMismatchError). Re-enable once the + # conda install is hardened against transient network failures. + if: false && matrix.os_image == 'redhat/ubi9:9.6' uses: ./.github/actions/run-in-docker with: image: wheel_validation:local