-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
There is one spec that fails from time to time on Mongoid project:
1) Mongoid::Clients::Options#with when passing some options when passing a block when the options do not create a new cluster does not disconnect the original cluster Failure/Error: expect(connections_after).to eq(connections_before) expected: 12 got: 11 (compared using ==) # ./spec/mongoid/clients/options_spec.rb:144:in `block (6 levels) in <top (required)>' # ./spec/lite_spec_helper.rb:68:in `block (3 levels) in <top (required)>' # ./spec/lite_spec_helper.rb:67:in `block (2 levels) in <top (required)>'
This spec is disabled for now. It should be either fixed and re-enabled, or removed completely.