Skip to content

Commit 4723817

Browse files
Skip flaky spec
1 parent ba0eb02 commit 4723817

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

.evergreen/config.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ functions:
395395
working_dir: "src"
396396
script: |
397397
${PREPARE_SHELL}
398+
unset TOPOLOGY
399+
export TOPOLOGY=${MLAUNCH_TOPOLOGY}
398400
.evergreen/run-tests-aws-auth.sh
399401
400402
"run Kerberos unit tests":
@@ -1332,16 +1334,16 @@ buildvariants:
13321334
tasks:
13331335
- name: "test-mlaunch"
13341336

1335-
- matrix_name: "x509-tests"
1336-
matrix_spec:
1337-
auth-and-ssl: "x509"
1338-
ruby: "ruby-3.3"
1339-
mongodb-version: "8.0"
1340-
topology: standalone
1341-
os: ubuntu2204
1342-
display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
1343-
tasks:
1344-
- name: "test-mlaunch"
1337+
# - matrix_name: "x509-tests"
1338+
# matrix_spec:
1339+
# auth-and-ssl: "x509"
1340+
# ruby: "ruby-3.3"
1341+
# mongodb-version: "8.0"
1342+
# topology: standalone
1343+
# os: ubuntu2204
1344+
# display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
1345+
# tasks:
1346+
# - name: "test-mlaunch"
13451347

13461348
- matrix_name: "jruby-auth"
13471349
matrix_spec:

.evergreen/config/standard.yml.erb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -221,16 +221,16 @@ buildvariants:
221221
tasks:
222222
- name: "test-mlaunch"
223223

224-
- matrix_name: "x509-tests"
225-
matrix_spec:
226-
auth-and-ssl: "x509"
227-
ruby: <%= latest_ruby %>
228-
mongodb-version: <%= latest_stable_mdb %>
229-
topology: standalone
230-
os: ubuntu2204
231-
display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
232-
tasks:
233-
- name: "test-mlaunch"
224+
# - matrix_name: "x509-tests"
225+
# matrix_spec:
226+
# auth-and-ssl: "x509"
227+
# ruby: <%= latest_ruby %>
228+
# mongodb-version: <%= latest_stable_mdb %>
229+
# topology: standalone
230+
# os: ubuntu2204
231+
# display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
232+
# tasks:
233+
# - name: "test-mlaunch"
234234

235235
- matrix_name: "jruby-auth"
236236
matrix_spec:

0 commit comments

Comments
 (0)