File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -257,9 +257,6 @@ def test_hscan_each_enumerator
257
257
end
258
258
259
259
def test_hscan_each_enumerator_match
260
- # HSCAN with MATCH is currently crashing:
261
- # https://github.com/antirez/redis/issues/1362
262
- return
263
260
target_version "2.7.105" do
264
261
count = 100
265
262
elements = [ ]
@@ -291,9 +288,6 @@ def test_hscan_each_block
291
288
end
292
289
293
290
def test_hscan_each_block_match
294
- # HSCAN with MATCH is currently crashing:
295
- # https://github.com/antirez/redis/issues/1362
296
- return
297
291
target_version "2.7.105" do
298
292
count = 1000
299
293
elements = [ ]
@@ -363,9 +357,6 @@ def test_zscan_each_enumerator
363
357
end
364
358
365
359
def test_zscan_each_enumerator_match
366
- # ZSCAN with MATCH is currently crashing:
367
- # https://github.com/antirez/redis/issues/1362
368
- return
369
360
target_version "2.7.105" do
370
361
count = 1000
371
362
elements = [ ]
@@ -398,9 +389,6 @@ def test_zscan_each_block
398
389
end
399
390
400
391
def test_zscan_each_block_match
401
- # ZSCAN with MATCH is currently crashing:
402
- # https://github.com/antirez/redis/issues/1362
403
- return
404
392
target_version "2.7.105" do
405
393
count = 1000
406
394
elements = [ ]
You can’t perform that action at this time.
0 commit comments