Skip to content

Commit

Permalink
storage: skip TestRangeMergeSlowWatcher
Browse files Browse the repository at this point in the history
See cockroachdb#37191

Release note: None
  • Loading branch information
tbg committed May 1, 2019
1 parent 468b93b commit d8120b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/storage/client_merge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2848,6 +2848,8 @@ func testMergeWatcher(t *testing.T, injectFailures bool) {
func TestStoreRangeMergeSlowWatcher(t *testing.T) {
defer leaktest.AfterTest(t)()

t.Skip("https://github.com/cockroachdb/cockroach/issues/37191")

ctx := context.Background()
aKey, bKey, cKey := roachpb.RKey("a"), roachpb.RKey("b"), roachpb.RKey("c")
storeCfg := storage.TestStoreConfig(nil)
Expand Down

0 comments on commit d8120b2

Please sign in to comment.