Skip to content

Commit b6e051e

Browse files
committed
sql/ttl/ttljob: skip flaky TestRowLevelTTLJobMultipleNodes test
Updates #158317. Release note: none. Epic: none.
1 parent dba914a commit b6e051e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sql/ttl/ttljob/ttljob_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ INSERT INTO t (id, crdb_internal_expiration) VALUES (1, now() - '1 month'), (2,
593593
func TestRowLevelTTLJobMultipleNodes(t *testing.T) {
594594
defer leaktest.AfterTest(t)()
595595
defer log.Scope(t).Close(t)
596+
skip.WithIssue(t, 158317)
596597

597598
skip.UnderRace(t, "the test times out under race")
598599

0 commit comments

Comments
 (0)