Skip to content

Commit d551b38

Browse files
Skip more
1 parent b63d719 commit d551b38

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,9 @@ buildvariants:
16261626

16271627
- matrix_name: aws-auth-regular
16281628
matrix_spec:
1629-
auth-and-ssl: [ aws-regular, aws-assume-role, aws-ec2, aws-ecs, aws-web-identity ]
1629+
# https://jira.mongodb.org/browse/RUBY-3311
1630+
# auth-and-ssl: [ aws-regular, aws-assume-role, aws-ec2, aws-ecs, aws-web-identity ]
1631+
auth-and-ssl: [ aws-regular, aws-assume-role, aws-ecs, aws-web-identity ]
16301632
ruby: "ruby-3.2"
16311633
topology: standalone
16321634
# needs the latest_5x_mdb because run-tests.sh uses `mongo` to configure

.evergreen/config/standard.yml.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,9 @@ buildvariants:
365365

366366
- matrix_name: aws-auth-regular
367367
matrix_spec:
368-
auth-and-ssl: [ aws-regular, aws-assume-role, aws-ec2, aws-ecs, aws-web-identity ]
368+
# https://jira.mongodb.org/browse/RUBY-3311
369+
# auth-and-ssl: [ aws-regular, aws-assume-role, aws-ec2, aws-ecs, aws-web-identity ]
370+
auth-and-ssl: [ aws-regular, aws-assume-role, aws-ecs, aws-web-identity ]
369371
ruby: <%= latest_ruby %>
370372
topology: standalone
371373
# needs the latest_5x_mdb because run-tests.sh uses `mongo` to configure

spec/integration/sdam_error_handling_spec.rb

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

99
clean_slate
1010

11+
retry_test
12+
1113
after do
1214
# Close all clients after every test to avoid leaking expectations into
1315
# subsequent tests because we set global assertions on sockets.

0 commit comments

Comments
 (0)