Skip to content

Commit

Permalink
Merge #124177
Browse files Browse the repository at this point in the history
124177: roachtest: skip multi-store-remove while debugging r=itsbilal,sumeerbhola a=nicktrav

This roachtest has failed consistently for the past few days, since being enabled in #123694. Skip while we debug, to avoid noise.

Touches: #123989.

Release note: None.

Epic: None.

Co-authored-by: Nick Travers <[email protected]>
  • Loading branch information
craig[bot] and nicktrav committed May 15, 2024
2 parents 7d5ffef + f94a339 commit efaf724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/multi_store_remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const (
func registerMultiStoreRemove(r registry.Registry) {
r.Add(registry.TestSpec{
Name: "multi-store-remove",
Skip: "#123989",
Owner: registry.OwnerStorage,
Cluster: r.MakeClusterSpec(multiStoreNodes, spec.SSD(multiStoreStoresPerNode)),
CompatibleClouds: registry.OnlyGCE,
Expand Down

0 comments on commit efaf724

Please sign in to comment.