Skip to content

Commit 6a823c2

Browse files
committed
2706 again
1 parent c0191dc commit 6a823c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/integration/crud_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@
157157
context 'with read preference specified on operation level' do
158158
require_topology :sharded
159159

160+
# RUBY-2706
161+
min_server_fcv '3.6'
162+
160163
it 'passes the read preference' do
161164
event = Utils.get_command_event(client, 'explain') do |client|
162165
client['foo'].find({}, read: {mode: :secondary_preferred}).explain.should be_explain_output

0 commit comments

Comments
 (0)