From 58099a71ffff3c4448c5d0228f0e0a04960c7127 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Mon, 5 Aug 2024 20:20:54 +0100 Subject: [PATCH] 3/9 Disable test_jobqueue_core.py:test_security_temporary_defaults again as segfault is happening --- dask_jobqueue/tests/test_jobqueue_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dask_jobqueue/tests/test_jobqueue_core.py b/dask_jobqueue/tests/test_jobqueue_core.py index 45ed5a7d..35aa28e8 100644 --- a/dask_jobqueue/tests/test_jobqueue_core.py +++ b/dask_jobqueue/tests/test_jobqueue_core.py @@ -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(