2495e3f88b
GitOrigin-RevId: 78cd22c1b8604de423546cd49bfe264b786eca13
12 lines
360 B
Diff
12 lines
360 B
Diff
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()
|