Skip to content

Commit

Permalink
3/9 Disable test_jobqueue_core.py:test_security_temporary_defaults ag…
Browse files Browse the repository at this point in the history
…ain as segfault is happening
  • Loading branch information
jacobtomlinson committed Aug 5, 2024
1 parent 4a100a1 commit 58099a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dask_jobqueue/tests/test_jobqueue_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ def test_security_temporary(EnvSpecificCluster, loop):
@pytest.mark.xfail_env(
{"slurm": "Submitting user do not have a shared home directory in CI"}
)
@pytest.mark.skip
def test_security_temporary_defaults(EnvSpecificCluster, loop):
# test automatic behaviour if security is true and shared_temp_directory not set
with pytest.warns(UserWarning, match="shared_temp_directory"), EnvSpecificCluster(
Expand Down

0 comments on commit 58099a7

Please sign in to comment.