Skip to content

Commit

Permalink
changefeedccl: skip TestChangefeedWithSimpleDistributionStrategy
Browse files Browse the repository at this point in the history
This test is flaky.

Epic: none
Release note: None
  • Loading branch information
rickystewart committed Mar 22, 2024
1 parent f50e8fc commit a03f7c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/ccl/changefeedccl/changefeed_dist_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ func TestChangefeedWithSimpleDistributionStrategy(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 120870)

// The test is slow and will time out under deadlock/race/stress.
skip.UnderShort(t)
skip.UnderDuress(t)
Expand Down

0 comments on commit a03f7c5

Please sign in to comment.