···146 # Expects `git commit` to fail when `pre-commit` is not in the `$PATH`,
147 # but we use an absolute path so it's not an issue.
148 "test_environment_not_sourced"
00000000000149 ];
150151 pythonImportsCheck = [
···146 # Expects `git commit` to fail when `pre-commit` is not in the `$PATH`,
147 # but we use an absolute path so it's not an issue.
148 "test_environment_not_sourced"
149+150+ # broken with Git 2.38.1, upstream issue filed at https://github.com/pre-commit/pre-commit/issues/2579
151+ "test_golang_with_recursive_submodule"
152+ "test_install_in_submodule_and_run"
153+ "test_is_in_merge_conflict_submodule"
154+ "test_get_conflicted_files_in_submodule"
155+ "test_sub_nothing_unstaged"
156+ "test_sub_something_unstaged"
157+ "test_sub_staged"
158+ "test_submodule_does_not_discard_changes"
159+ "test_submodule_does_not_discard_changes_recurse"
160 ];
161162 pythonImportsCheck = [