Skip to content

Commit 44c607f

Browse files
RUBY-3399 Skip queryPlanner output specs (#2835)
1 parent f92ecf2 commit 44c607f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/mongo/collection/view/explainable_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
max_server_version '3.0'
4343

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

5253
it 'executes the explain' do
54+
skip 'https://jira.mongodb.org/browse/RUBY-3399'
5355
explain[:queryPlanner][:mongosPlannerVersion].should == 1
5456
end
5557
end

0 commit comments

Comments
 (0)