mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
1560fde989
Dropped leaveDotGit to avoid non-determinism issues Skip test that requried .git Slight cleanup Add myself as a maintainer
15 lines
532 B
Diff
15 lines
532 B
Diff
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(
|