Skip to content

Commit 56206c8

Browse files
committed
sql: skip row-level TTL tests under race
The overhead from the race detector is causing this test to time out.\ Epic: none Fixes: #156073 Release note: None
1 parent 5c3e649 commit 56206c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/sql/ttl/ttljob/ttljob_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,8 @@ func TestRowLevelTTLJobMultipleNodes(t *testing.T) {
524524
defer leaktest.AfterTest(t)()
525525
defer log.Scope(t).Close(t)
526526

527+
skip.UnderRace(t, "the test times out under race")
528+
527529
testCases := []struct {
528530
desc string
529531
splitAts []int

0 commit comments

Comments
 (0)