Skip to content

Commit 854fe58

Browse files
committed
changefeedccl: skip TestChangefeedJobUpdateFailsIfNotClaimed
This commit skips TestChangefeedJobUpdateFailsIfNotClaimed since it is causing CI to flake. Epic: none Release note: none
1 parent 70bb4fa commit 854fe58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/ccl/changefeedccl/changefeed_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6132,6 +6132,8 @@ func TestChangefeedJobUpdateFailsIfNotClaimed(t *testing.T) {
61326132
defer leaktest.AfterTest(t)()
61336133
defer log.Scope(t).Close(t)
61346134

6135+
skip.WithIssue(t, 144912)
6136+
61356137
// Set TestingKnobs to return a known session for easier
61366138
// comparison.
61376139
adoptionInterval := 20 * time.Minute

0 commit comments

Comments
 (0)