From d551b3865811017abba95145088215b1c5ca14ec Mon Sep 17 00:00:00 2001 From: Dmitry Rybakov Date: Fri, 28 Jun 2024 17:26:27 +0200 Subject: [PATCH] Skip more --- .evergreen/config.yml | 4 +++- .evergreen/config/standard.yml.erb | 4 +++- spec/integration/sdam_error_handling_spec.rb | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index e72def5616..7db7bc4ea7 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -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 diff --git a/.evergreen/config/standard.yml.erb b/.evergreen/config/standard.yml.erb index 27ab0ec3b6..668e65a9b1 100644 --- a/.evergreen/config/standard.yml.erb +++ b/.evergreen/config/standard.yml.erb @@ -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 diff --git a/spec/integration/sdam_error_handling_spec.rb b/spec/integration/sdam_error_handling_spec.rb index 57884a5904..fe96a7cc97 100644 --- a/spec/integration/sdam_error_handling_spec.rb +++ b/spec/integration/sdam_error_handling_spec.rb @@ -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.