Skip to content

Commit

Permalink
4/9 Enable test_jobqueue_core.py:test_security_temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Aug 5, 2024
1 parent 58099a7 commit d80319c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dask_jobqueue/tests/test_jobqueue_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ def test_security(EnvSpecificCluster, loop):
assert "tls://" in job_script


@pytest.mark.skip
def test_security_temporary(EnvSpecificCluster, loop):
# Shared space configured in all docker compose CIs, fallback to current dir if does not exist (LocalCluster)
dirname = os.environ.get("CI_SHARED_SPACE", os.getcwd())
Expand Down

0 comments on commit d80319c

Please sign in to comment.