Skip to content

Commit

Permalink
changefeedccl: unskip pulsar in changefeed tests
Browse files Browse the repository at this point in the history
Epic: CRDB-9180

Release note: None
  • Loading branch information
rharding6373 committed May 21, 2024
1 parent 02ca30c commit 4a7047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccl/changefeedccl/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ func randomSinkTypeWithOptions(options feedTestOptions) string {
"pubsub": 1,
"sinkless": 2,
"cloudstorage": 0,
"pulsar": 0,
"pulsar": 1,
}
if options.externalIODir != "" {
sinkWeights["cloudstorage"] = 3
Expand Down

0 comments on commit 4a7047f

Please sign in to comment.