From 53fce2af561da5c100b01b785b933ace501fc9cb Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Sun, 24 Mar 2024 09:52:46 +0000 Subject: [PATCH] Re-enable Radical/MPI test that was waiting on issue #3029 The fix to this issue comes from a change in Radical Cybertools, not a change in the Parsl codebase. See https://github.com/radical-cybertools/radical.saga/issues/885 --- parsl/tests/test_radical/test_mpi_funcs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/parsl/tests/test_radical/test_mpi_funcs.py b/parsl/tests/test_radical/test_mpi_funcs.py index 57215287f0..a1f2fa3d8a 100644 --- a/parsl/tests/test_radical/test_mpi_funcs.py +++ b/parsl/tests/test_radical/test_mpi_funcs.py @@ -16,7 +16,6 @@ def some_mpi_func(msg, sleep, comm=None, parsl_resource_specification={}): apps = [] -@pytest.mark.skip("hangs in CI - waiting for resolution of issue #3029") @pytest.mark.local @pytest.mark.radical def test_radical_mpi(n=7):