We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba6e8e3 + dfb8a2f commit 4a54c47Copy full SHA for 4a54c47
pkg/sql/sem/tree/pretty_test.go
@@ -227,6 +227,7 @@ func TestPrettyVerify(t *testing.T) {
227
func TestPrettyBigStatement(t *testing.T) {
228
defer leaktest.AfterTest(t)()
229
defer log.Scope(t).Close(t)
230
+ skip.UnderRace(t, "excessive memory usage")
231
232
// Create a SELECT statement with a 1 million item IN expression. Without
233
// mitigation, this can cause stack overflows - see #91197.
0 commit comments