about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/buf/skip_test_requiring_dotgit.patch
blob: 92626b72eff71e27ec842477d7f808961411eed7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/private/buf/cmd/buf/workspace_test.go b/private/buf/cmd/buf/workspace_test.go
index 25e33dd..f593beb 100644
--- a/private/buf/cmd/buf/workspace_test.go
+++ b/private/buf/cmd/buf/workspace_test.go
@@ -340,6 +340,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()
 	t.Skip("skip until the move to private/buf is merged")
 	// Directory paths specified as a git reference within a workspace.
 	t.Parallel()