Skip to content

Commit

Permalink
roachtest: skip (intentionally) failing Kafka chaos test
Browse files Browse the repository at this point in the history
This test has no chance of passing until Kafka chaos is actually
supported (see cockroachdb#28636).

Touches cockroachdb#29196.

Release note: None
  • Loading branch information
tbg committed Sep 6, 2018
1 parent d51fef0 commit f433b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/cdc.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ func registerCDC(r *registry) {
},
})
r.Add(testSpec{
Skip: "https://github.com/cockroachdb/cockroach/issues/29196",
Name: "cdc/w=100/nodes=3/init=false/chaos=true",
MinVersion: "2.1.0",
Nodes: nodes(4, cpu(16)),
Expand Down

0 comments on commit f433b66

Please sign in to comment.