Skip to content

Commit

Permalink
1/9 Enable test_sge.py:test_complex_cancel_command
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Aug 5, 2024
1 parent 33857e6 commit 8f0f176
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dask_jobqueue/tests/test_sge.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def test_job_script(tmpdir):


@pytest.mark.env("sge")
@pytest.mark.skip
def test_complex_cancel_command(loop):
with SGECluster(
walltime="00:02:00", cores=1, processes=1, memory="2GB", loop=loop
Expand Down

0 comments on commit 8f0f176

Please sign in to comment.