File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2857,12 +2857,13 @@ func registerCDC(r registry.Registry) {
28572857 Run : runCDCMultipleSchemaChanges ,
28582858 })
28592859 r .Add (registry.TestSpec {
2860- Name : "cdc/tpcc-100/10min/sink=kafka/envelope=enriched" ,
2861- Owner : registry .OwnerCDC ,
2862- Benchmark : true ,
2863- Cluster : r .MakeClusterSpec (4 , spec .WorkloadNode (), spec .CPU (16 )),
2864- Leases : registry .MetamorphicLeases ,
2865- CompatibleClouds : registry .AllClouds ,
2860+ Name : "cdc/tpcc-100/10min/sink=kafka/envelope=enriched" ,
2861+ Owner : registry .OwnerCDC ,
2862+ Benchmark : true ,
2863+ Cluster : r .MakeClusterSpec (4 , spec .WorkloadNode (), spec .CPU (16 )),
2864+ Leases : registry .MetamorphicLeases ,
2865+ // Disabled on IBM due to lack of Kafka support on s390x.
2866+ CompatibleClouds : registry .AllClouds .NoIBM (),
28662867 Suites : registry .Suites (registry .Nightly ),
28672868 Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
28682869 ct := newCDCTester (ctx , t , c )
You can’t perform that action at this time.
0 commit comments