···1-diff --git a/internal/buf/cmd/buf/workspace_test.go b/internal/buf/cmd/buf/workspace_test.go
2-index e051690..8887837 100644
3---- a/internal/buf/cmd/buf/workspace_test.go
4-+++ b/internal/buf/cmd/buf/workspace_test.go
5-@@ -335,6 +335,9 @@ func TestWorkspaceNestedArchive(t *testing.T) {
6 }
78 func TestWorkspaceGit(t *testing.T) {
9+ // Requires .git directory which we do not retain due to
10+ // `leaveDotGit` non-determinism
11+ t.Skip()
012 // Directory paths specified as a git reference within a workspace.
13 t.Parallel()
14- testRunStdout(
···1+diff --git a/private/buf/cmd/buf/workspace_test.go b/private/buf/cmd/buf/workspace_test.go
2+index 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 }
78 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()
0