summary refs log tree commit diff
path: root/pkgs/development/tools/buf/skip_test_requiring_dotgit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/buf/skip_test_requiring_dotgit.patch')
-rw-r--r--pkgs/development/tools/buf/skip_test_requiring_dotgit.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/development/tools/buf/skip_test_requiring_dotgit.patch b/pkgs/development/tools/buf/skip_test_requiring_dotgit.patch
deleted file mode 100644
index 92626b72eff..00000000000
--- a/pkgs/development/tools/buf/skip_test_requiring_dotgit.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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()