Skip to content

Commit 23f3c0a

Browse files
committed
disable TestGofmtSimplify
1 parent 099365b commit 23f3c0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/testutils/lint/lint_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -1294,6 +1294,8 @@ func TestLint(t *testing.T) {
12941294
})
12951295

12961296
t.Run("TestGofmtSimplify", func(t *testing.T) {
1297+
skip.IgnoreLint(t, "we do not want significant useless code churn on a maintenance branch")
1298+
12971299
t.Parallel()
12981300
if pkgSpecified {
12991301
skip.IgnoreLint(t, "PKG specified")

0 commit comments

Comments
 (0)