Skip to content

Commit 0ca7ed8

Browse files
RUBY-3705 Skip tests that fail on latest (#2953)
1 parent 3359737 commit 0ca7ed8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

spec/mongo/index/view_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838

3939
describe '#drop_one' do
4040

41+
max_server_version '8.2.99'
42+
4143
let(:spec) do
4244
{ another: -1 }
4345
end

spec/mongo/operation/drop_index_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
describe Mongo::Operation::DropIndex do
77
require_no_required_api_version
8+
max_server_version '8.2.99'
89

910
before do
1011
authorized_collection.indexes.drop_all

0 commit comments

Comments
 (0)