Skip to content

Commit

Permalink
changefeedccl: skip flaky TestChangefeedPauseUnpause
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
danhhz committed Jun 12, 2018
1 parent 90f48d5 commit fdb924c
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 @@ -162,6 +162,7 @@ func TestChangefeedAsOfSystemTime(t *testing.T) {
func TestChangefeedPauseUnpause(t *testing.T) {
defer leaktest.AfterTest(t)()
defer utilccl.TestingEnableEnterprise()()
t.Skip("#26661")

defer func(prev time.Duration) { jobs.DefaultAdoptInterval = prev }(jobs.DefaultAdoptInterval)
jobs.DefaultAdoptInterval = 10 * time.Millisecond
Expand Down

0 comments on commit fdb924c

Please sign in to comment.