Skip to content

Commit

Permalink
ccl/changefeedccl: skip TestChangefeedRestartDuringBackfill
Browse files Browse the repository at this point in the history
Refs: cockroachdb#75080

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
irfansharif committed Jan 24, 2022
1 parent 72c5471 commit 236a5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/changefeedccl/changefeed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4037,6 +4037,7 @@ func TestChangefeedTelemetry(t *testing.T) {
// Regression test for #41694.
func TestChangefeedRestartDuringBackfill(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 75080, "flaky test")
defer log.Scope(t).Close(t)

// TODO(yevgeniy): Rework this test. It's too brittle.
Expand Down

0 comments on commit 236a5f9

Please sign in to comment.