Skip to content

Commit

Permalink
Re-enable Radical/MPI test that was waiting on issue #3029
Browse files Browse the repository at this point in the history
The fix to this issue comes from a change in Radical Cybertools, not a
change in the Parsl codebase.
See radical-cybertools/radical.saga#885
  • Loading branch information
benclifford committed Mar 24, 2024
1 parent a66314c commit 53fce2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsl/tests/test_radical/test_mpi_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 53fce2a

Please sign in to comment.