spec/integration/fork_reconnect_spec.rb in mongo-2.15.1 vs spec/integration/fork_reconnect_spec.rb in mongo-2.16.0.alpha1

- old
+ new

@@ -8,14 +8,10 @@ require_mri # On multi-shard sharded clusters a succeeding write request does not # guarantee that the next operation will succeed (since it could be sent to # another shard with a dead connection). - require_no_multi_shard - - # On Ruby 2.3 $?.exitstatus is sometimes nil after Process.wait returns which - # is not supposed to happen. - ruby_version_gte '2.4' + require_no_multi_mongos let(:client) { authorized_client } let(:server) { client.cluster.next_primary } describe 'monitoring connection' do