Skip to content

Commit c6963ec

Browse files
committed
Remove debugging flag.
1 parent fb700d2 commit c6963ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/sentinel_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ def test_sentinel_failover_prioritize_healthy_sentinel
9696
end
9797
}
9898

99-
Thread.abort_on_exception = true
100-
10199
RedisMock.start(s1, {}, 26381) do
102100
RedisMock.start(s2, {}, 26382) do
103101
redis = Redis.new(:url => "redis://master1", :sentinels => sentinels, :role => :master)

0 commit comments

Comments
 (0)