Skip to content

Commit

Permalink
RUBY-3399 Skip queryPlanner output specs (#2835)
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo authored Feb 13, 2024
1 parent f92ecf2 commit 44c607f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/mongo/collection/view/explainable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
max_server_version '3.0'

it 'executes the explain' do
skip 'https://jira.mongodb.org/browse/RUBY-3399'
explain[:queryPlanner][:parsedQuery].should be_a(Hash)
end
end
Expand All @@ -50,6 +51,7 @@
min_server_fcv '3.2'

it 'executes the explain' do
skip 'https://jira.mongodb.org/browse/RUBY-3399'
explain[:queryPlanner][:mongosPlannerVersion].should == 1
end
end
Expand Down

0 comments on commit 44c607f

Please # to comment.