Skip to content

Commit

Permalink
roachtest: skip multi-store-remove while debugging
Browse files Browse the repository at this point in the history
This roachtest has failed consistently for the past few days, since
being enabled in cockroachdb#123694. Skip while we debug, to avoid noise.

Touches: cockroachdb#123989.

Release note: None.
  • Loading branch information
nicktrav committed May 15, 2024
1 parent 90af00c commit f94a339
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 f94a339

Please sign in to comment.