Skip to content

Commit

Permalink
Merge #107792
Browse files Browse the repository at this point in the history
107792: roachtest: skip acceptance/cli/node-status r=rafiss a=rafiss

informs: #107791
Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
craig[bot] and rafiss committed Jul 28, 2023
2 parents c986d84 + c3c5567 commit 8beed2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/acceptance.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func registerAcceptance(r registry.Registry) {
name: "many-splits", fn: runManySplits,
encryptionSupport: registry.EncryptionMetamorphic,
},
{name: "cli/node-status", fn: runCLINodeStatus},
{name: "cli/node-status", fn: runCLINodeStatus, skip: "107791"},
{name: "cluster-init", fn: runClusterInit},
{name: "rapid-restart", fn: runRapidRestart},
},
Expand Down

0 comments on commit 8beed2d

Please sign in to comment.