Skip to content

Commit 0aa65d0

Browse files
committed
sql: skip a big test that ooms on the race detector
The test still passes without the race detector and the smaller tests still pass with the race detector. Epic: none Fixes: #154140, #154243 Release note: None
1 parent 552cfcb commit 0aa65d0

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)