about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/buf/skip_test_requiring_dotgit.patch
blob: c4a7803661ad5fa3519f53010b217276722983ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/internal/buf/cmd/buf/workspace_test.go b/internal/buf/cmd/buf/workspace_test.go
index e051690..8887837 100644
--- a/internal/buf/cmd/buf/workspace_test.go
+++ b/internal/buf/cmd/buf/workspace_test.go
@@ -335,6 +335,9 @@ func TestWorkspaceNestedArchive(t *testing.T) {
 }
 
 func TestWorkspaceGit(t *testing.T) {
+	// Requires .git directory which we do not retain due to
+	// `leaveDotGit` non-determinism
+	t.Skip()
 	// Directory paths specified as a git reference within a workspace.
 	t.Parallel()
 	testRunStdout(