File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -219,11 +219,6 @@ def test_global_pubsub_without_timeout
219
219
end
220
220
221
221
def test_global_pubsub_with_multiple_channels
222
- if hiredis_used?
223
- skip ( 'FIXME: SEGV occured if using hiredis driver' )
224
- return
225
- end
226
-
227
222
sub = Fiber . new do |pubsub |
228
223
pubsub . call ( 'SUBSCRIBE' , *Array . new ( 10 ) { |i | "g-chan#{ i } " } )
229
224
got = collect_messages ( pubsub , size : 10 ) . sort_by { |e | e [ 1 ] . to_s }
@@ -287,11 +282,6 @@ def test_sharded_pubsub_with_multiple_channels
287
282
return
288
283
end
289
284
290
- if hiredis_used?
291
- skip ( 'FIXME: SEGV occured if using hiredis driver' )
292
- return
293
- end
294
-
295
285
sub = Fiber . new do |pubsub |
296
286
10 . times { |i | pubsub . call ( 'SSUBSCRIBE' , "s-chan#{ i } " ) }
297
287
got = collect_messages ( pubsub , size : 10 ) . sort_by { |e | e [ 1 ] . to_s }
You can’t perform that action at this time.
0 commit comments