--- setuptools_scm-8.2.0/testing/test_git.py.orig
+++ setuptools_scm-8.2.0/testing/test_git.py
@@ -135,6 +135,7 @@
 @contextlib.contextmanager
 def break_folder_permissions(path: Path) -> Generator[None, None, None]:
     """break the permissions of a folder for a while"""
+    pytest.skip("needs passwordless sudo")
     if not shutil.which("sudo"):
         pytest.skip("sudo executable not found")
     original_stat = path.stat()