diff --git a/spec/mongo/collection/view/explainable_spec.rb b/spec/mongo/collection/view/explainable_spec.rb index 644b865f88..7ca3a5c30b 100644 --- a/spec/mongo/collection/view/explainable_spec.rb +++ b/spec/mongo/collection/view/explainable_spec.rb @@ -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 @@ -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