Skip to content

Commit 8beed2d

Browse files
craig[bot]rafiss
andcommitted
107792: roachtest: skip acceptance/cli/node-status r=rafiss a=rafiss informs: cockroachdb#107791 Release note: None Co-authored-by: Rafi Shamim <[email protected]>
2 parents c986d84 + c3c5567 commit 8beed2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/acceptance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func registerAcceptance(r registry.Registry) {
4444
name: "many-splits", fn: runManySplits,
4545
encryptionSupport: registry.EncryptionMetamorphic,
4646
},
47-
{name: "cli/node-status", fn: runCLINodeStatus},
47+
{name: "cli/node-status", fn: runCLINodeStatus, skip: "107791"},
4848
{name: "cluster-init", fn: runClusterInit},
4949
{name: "rapid-restart", fn: runRapidRestart},
5050
},

0 commit comments

Comments
 (0)