Skip to content

Commit 2b8970f

Browse files
p-mongop
andauthored
RUBY-2771 unpend test (#5252)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent a5d0bbf commit 2b8970f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

spec/mongoid/clients/factory_spec.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@
6565
expect(client).to be_a(Mongo::Client)
6666
end
6767

68-
context 'not JRuby' do
69-
# Run this test on JRuby when driver 2.16.0 is released -
70-
# see RUBY-2771.
71-
fails_on_jruby
68+
context 'on driver versions that do not report spurious EOF errors' do
69+
min_driver_version '2.16'
7270

7371
it 'does not produce driver warnings' do
7472
Mongo::Logger.logger.should_not receive(:warn)

0 commit comments

Comments
 (0)