We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92ecf2 commit 44c607fCopy full SHA for 44c607f
spec/mongo/collection/view/explainable_spec.rb
@@ -42,6 +42,7 @@
42
max_server_version '3.0'
43
44
it 'executes the explain' do
45
+ skip 'https://jira.mongodb.org/browse/RUBY-3399'
46
explain[:queryPlanner][:parsedQuery].should be_a(Hash)
47
end
48
@@ -50,6 +51,7 @@
50
51
min_server_fcv '3.2'
52
53
54
55
explain[:queryPlanner][:mongosPlannerVersion].should == 1
56
57
0 commit comments