Skip to content

Commit

Permalink
Skip more
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo committed Jun 28, 2024
1 parent b63d719 commit d551b38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,9 @@ buildvariants:

- matrix_name: aws-auth-regular
matrix_spec:
auth-and-ssl: [ aws-regular, aws-assume-role, aws-ec2, aws-ecs, aws-web-identity ]
# https://jira.mongodb.org/browse/RUBY-3311
# auth-and-ssl: [ aws-regular, aws-assume-role, aws-ec2, aws-ecs, aws-web-identity ]
auth-and-ssl: [ aws-regular, aws-assume-role, aws-ecs, aws-web-identity ]
ruby: "ruby-3.2"
topology: standalone
# needs the latest_5x_mdb because run-tests.sh uses `mongo` to configure
Expand Down
4 changes: 3 additions & 1 deletion .evergreen/config/standard.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,9 @@ buildvariants:

- matrix_name: aws-auth-regular
matrix_spec:
auth-and-ssl: [ aws-regular, aws-assume-role, aws-ec2, aws-ecs, aws-web-identity ]
# https://jira.mongodb.org/browse/RUBY-3311
# auth-and-ssl: [ aws-regular, aws-assume-role, aws-ec2, aws-ecs, aws-web-identity ]
auth-and-ssl: [ aws-regular, aws-assume-role, aws-ecs, aws-web-identity ]
ruby: <%= latest_ruby %>
topology: standalone
# needs the latest_5x_mdb because run-tests.sh uses `mongo` to configure
Expand Down
2 changes: 2 additions & 0 deletions spec/integration/sdam_error_handling_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

clean_slate

retry_test

after do
# Close all clients after every test to avoid leaking expectations into
# subsequent tests because we set global assertions on sockets.
Expand Down

0 comments on commit d551b38

Please sign in to comment.