Skip to content

Commit 167c13b

Browse files
authored
Merge pull request #154795 from bghal/blathers/backport-release-25.4-154639
release-25.4: sql: skip a big test that ooms on the race detector
2 parents 268deb2 + aac1e9c commit 167c13b

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)