Skip to content

Commit

Permalink
Merge #57755
Browse files Browse the repository at this point in the history
57755: ccl/changefeedccl: skip TestChangefeedInitialScan under race r=nkodali a=adityamaru

Refs: #57754

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Aditya Maru <adityamaru@gmail.com>
  • Loading branch information
craig[bot] and adityamaru committed Dec 9, 2020
2 parents 4145587 + 77a47e2 commit dc4eaf0
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 @@ -374,6 +374,7 @@ func TestChangefeedResolvedFrequency(t *testing.T) {
// operation.
func TestChangefeedInitialScan(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.UnderRaceWithIssue(t, 57754, "flaky test")
defer log.Scope(t).Close(t)

testFn := func(t *testing.T, db *gosql.DB, f cdctest.TestFeedFactory) {
Expand Down

0 comments on commit dc4eaf0

Please sign in to comment.