Skip to content

Commit 96d433a

Browse files
committed
roachtest: fix cdc/message-too-large-error
Adjust cloud options to fix test failure. Epic: CRDB-21133 Release note: None
1 parent af481ec commit 96d433a

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
@@ -2669,7 +2669,7 @@ func registerCDC(r registry.Registry) {
26692669
Leases: registry.MetamorphicLeases,
26702670
Suites: registry.Suites(registry.Nightly),
26712671
Timeout: 15 * time.Minute,
2672-
CompatibleClouds: registry.AllClouds,
2672+
CompatibleClouds: registry.AllExceptIBM,
26732673
Run: runMessageTooLarge,
26742674
})
26752675
}

0 commit comments

Comments
 (0)