We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cec1f commit 07cdee5Copy full SHA for 07cdee5
distributed/tests/test_nanny.py
@@ -429,6 +429,7 @@ async def test_local_directory(s):
429
430
431
@pytest.mark.skipif(WINDOWS, reason="Need POSIX filesystem permissions and UIDs")
432
+@pytest.mark.skipif(os.getuid() == 0, reason="Must not be root")
433
@gen_cluster(nthreads=[])
434
async def test_unwriteable_dask_worker_space(s, tmp_path):
435
os.mkdir(f"{tmp_path}/dask-scratch-space", mode=0o500)
0 commit comments