Skip to content

Commit 8403878

Browse files
craig[bot]elizaMkraule
andcommitted
Merge #150662
150662: roachtest: fix cdc/message-too-large-error r=aerfrei a=elizaMkraule Adjust cloud options to fix test failure. Release note: None Fixes: #150464 (comment) Jira issue: [CRDB-52716](https://cockroachlabs.atlassian.net/browse/CRDB-52716) Epic [CRDB-21133](https://cockroachlabs.atlassian.net/browse/CRDB-21133) Co-authored-by: Eliza Kraule <[email protected]>
2 parents 1af9ff2 + 96d433a commit 8403878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/cdc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2716,7 +2716,7 @@ func registerCDC(r registry.Registry) {
27162716
Leases: registry.MetamorphicLeases,
27172717
Suites: registry.Suites(registry.Nightly),
27182718
Timeout: 15 * time.Minute,
2719-
CompatibleClouds: registry.AllClouds,
2719+
CompatibleClouds: registry.AllExceptIBM,
27202720
Run: runMessageTooLarge,
27212721
})
27222722
}

0 commit comments

Comments
 (0)