diff --git a/pkg/testutils/lint/lint_test.go b/pkg/testutils/lint/lint_test.go index 43ae0f6d8a0a..3deab6d2c8b6 100644 --- a/pkg/testutils/lint/lint_test.go +++ b/pkg/testutils/lint/lint_test.go @@ -126,6 +126,9 @@ func vetCmd(t *testing.T, dir, name string, args []string, filters []stream.Filt // parallelization, and which have reasonable memory consumption // should be marked with t.Parallel(). func TestLint(t *testing.T) { + skip.UnderStress(t, "does not provide value") + skip.UnderRace(t, "does not provide value") + crdb, err := build.Import(cockroachDB, "", build.FindOnly) if err != nil { t.Fatal(err)