Skip to content

Commit 4a54c47

Browse files
authored
Merge pull request #154697 from cockroachdb/blathers/backport-release-25.3-154639
release-25.3: sql: skip a big test that ooms on the race detector
2 parents ba6e8e3 + dfb8a2f commit 4a54c47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sql/sem/tree/pretty_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ func TestPrettyVerify(t *testing.T) {
227227
func TestPrettyBigStatement(t *testing.T) {
228228
defer leaktest.AfterTest(t)()
229229
defer log.Scope(t).Close(t)
230+
skip.UnderRace(t, "excessive memory usage")
230231

231232
// Create a SELECT statement with a 1 million item IN expression. Without
232233
// mitigation, this can cause stack overflows - see #91197.

0 commit comments

Comments
 (0)