Skip to content

Commit

Permalink
Merge #37229
Browse files Browse the repository at this point in the history
37229: storage: skip TestRangeMergeSlowWatcher r=nvanbenschoten a=tbg

See #37191

Release note: None

Co-authored-by: Tobias Schottdorf <[email protected]>
  • Loading branch information
craig[bot] and tbg committed May 1, 2019
2 parents 24feca7 + d8120b2 commit 5c1497a
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 5c1497a

Please sign in to comment.