Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
69942: roachtest: unskip `quit-all-nodes` r=mberhault a=knz

as it was skipped seemingly by accident

Informs cockroachdb#65637

Release justification: non-production code changes

Release note: None

Co-authored-by: Raphael 'kena' Poss <[email protected]>
  • Loading branch information
craig[bot] and knz committed Sep 9, 2021
2 parents 2a7ef52 + 7d52d4d commit 683eae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/roachtest/tests/quit.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ 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 683eae2

Please sign in to comment.