Skip to content

Commit 8c6c388

Browse files
authored
RUBY-3016 Retry BSON size limits tests (#2520)
* Retry BSON size limits tests * RUBY-3016 add comment
1 parent 5eeefa8 commit 8c6c388

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/integration/size_limit_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
require 'spec_helper'
55

66
describe 'BSON & command size limits' do
7+
# https://jira.mongodb.org/browse/RUBY-3016
8+
retry_test
9+
710
let(:max_document_size) { 16*1024*1024 }
811

912
before do

0 commit comments

Comments
 (0)