1diff --git a/private/buf/cmd/buf/workspace_test.go b/private/buf/cmd/buf/workspace_test.go
2index 25e33dd..f593beb 100644
3--- a/private/buf/cmd/buf/workspace_test.go
4+++ b/private/buf/cmd/buf/workspace_test.go
5@@ -340,6 +340,9 @@ func TestWorkspaceNestedArchive(t *testing.T) {
6 }
7
8 func TestWorkspaceGit(t *testing.T) {
9+ // Requires .git directory which we do not retain due to
10+ // `leaveDotGit` non-determinism
11+ t.Skip()
12 t.Skip("skip until the move to private/buf is merged")
13 // Directory paths specified as a git reference within a workspace.
14 t.Parallel()