Skip to content

Commit

Permalink
Merge pull request #960 from CoffeaTeam/parsl-test-skip
Browse files Browse the repository at this point in the history
fix(ci): skip broken test in parsl
  • Loading branch information
lgray authored Dec 12, 2023
2 parents dc1f769 + 63cda2d commit 234c309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_parsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def test_parsl_condor_cfg():
print(condor_config())


@pytest.mark.skip("broken and soon to be removed")
def test_parsl_slurm_cfg():
pytest.importorskip("parsl", minversion="0.7.2")
import os
Expand Down

0 comments on commit 234c309

Please sign in to comment.