diff --git a/test/test_filesystem.py b/test/test_filesystem.py index 3e4f45ac..fcfa832b 100644 --- a/test/test_filesystem.py +++ b/test/test_filesystem.py @@ -373,7 +373,6 @@ def test_mkdir(tmp_path): def test_mkdir_with_permission(tmp_path, mocker): # This test only make sense when not being root - import pdb; pdb.set_trace() if os.getuid() == 0: return