Skip to content

Commit 438814b

Browse files
committed
Remove last debugging flag.
1 parent 6342f52 commit 438814b

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
@@ -59,8 +59,6 @@ def test_sentinel_failover
5959
end
6060
}
6161

62-
Thread.abort_on_exception = true
63-
6462
RedisMock.start(s1, {}, 26381) do
6563
RedisMock.start(s2, {}, 26382) do
6664
redis = Redis.new(:url => "redis://master1", :sentinels => sentinels, :role => :master)

0 commit comments

Comments
 (0)