about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/version-management/git-and-tools/gg/skip-broken-revert-tests.patch
blob: f8540952ae7ca314635cd256f35b6a98f080de00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cmd/gg/revert_test.go b/cmd/gg/revert_test.go
index 9420e9b..ff6ca93 100644
--- a/cmd/gg/revert_test.go
+++ b/cmd/gg/revert_test.go
@@ -592,6 +592,7 @@ func TestRevert_LocalRename(t *testing.T) {
 }
 
 func TestRevert_UnknownFile(t *testing.T) {
+	t.Skip("Broken in 1.1.0")
 	t.Parallel()
 	t.Run("EmptyRepo", func(t *testing.T) {
 		t.Parallel()