Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 15, 2020
1 parent 043cb0d commit 8e7a966
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/mongo/database_spec.rb
Expand Up @@ -250,6 +250,10 @@
end

it 'lists all collections' do
if ClusterConfig.instance.fcv_ish == '2.6'
pending 'RUBY-2432'
end

collection_names.length.should == 120
collection_names.should include('coll-0')
collection_names.should include('coll-119')
Expand Down Expand Up @@ -432,6 +436,10 @@
end

it 'lists all collections' do
if ClusterConfig.instance.fcv_ish == '2.6'
pending 'RUBY-2432'
end

collections.length.should == 120
collection_names.should include('coll-0')
collection_names.should include('coll-119')
Expand Down Expand Up @@ -600,6 +608,10 @@
end

it 'lists all collections' do
if ClusterConfig.instance.fcv_ish == '2.6'
pending 'RUBY-2432'
end

collections.length.should == 120
collection_names.should include('coll-0')
collection_names.should include('coll-119')
Expand Down

0 comments on commit 8e7a966

Please sign in to comment.