Skip to content

Commit

Permalink
Retry flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo committed Jun 27, 2024
1 parent c647624 commit 9a261c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/integration/retryable_reads_errors_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require 'spec_helper'

describe 'Retryable reads errors tests' do
retry_test

let(:client) { authorized_client.with(options.merge(retry_reads: true)) }

Expand Down
1 change: 1 addition & 0 deletions spec/mongo/collection_crud_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require 'spec_helper'

describe Mongo::Collection do
retry_test

let(:subscriber) { Mrss::EventSubscriber.new }

Expand Down

0 comments on commit 9a261c1

Please sign in to comment.