Skip to content

Commit

Permalink
roachtest: skip quit-all-nodes
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
knz committed Jul 28, 2021
1 parent 7b071b0 commit 9ed78b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/quit.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ func registerQuitAllNodes(r registry.Registry) {
// short --drain-wait for the remaining nodes under quorum.
r.Add(registry.TestSpec{
Name: "quit-all-nodes",
Skip: "flaky #68107",
Owner: registry.OwnerServer,
Cluster: r.MakeClusterSpec(5),
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
Expand Down

0 comments on commit 9ed78b7

Please sign in to comment.