Skip to content

Commit 09a1408

Browse files
authored
Skip tests that always fail on macOS (#717)
1 parent 5a2fe11 commit 09a1408

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.evergreen/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ tasks:
691691
OCSP_TLS_SHOULD_SUCCEED: "false"
692692

693693
- name: test-ocsp-rsa-valid-cert-server-does-not-staple
694-
tags: ["ocsp", "ocsp-rsa"]
694+
tags: ["ocsp", "ocsp-rsa", "fails-macos"]
695695
commands:
696696
- func: "prepare resources"
697697
- func: "run-valid-ocsp-server"
@@ -721,7 +721,7 @@ tasks:
721721
OCSP_TLS_SHOULD_SUCCEED: "false"
722722

723723
- name: test-ocsp-rsa-soft-fail
724-
tags: ["ocsp", "ocsp-rsa"]
724+
tags: ["ocsp", "ocsp-rsa", "fails-macos"]
725725
commands:
726726
- func: "prepare resources"
727727
- func: "bootstrap mongo-orchestration"
@@ -790,7 +790,7 @@ tasks:
790790
OCSP_TLS_SHOULD_SUCCEED: "false"
791791

792792
- name: test-ocsp-rsa-delegate-valid-cert-server-does-not-staple
793-
tags: ["ocsp", "ocsp-rsa"]
793+
tags: ["ocsp", "ocsp-rsa", "fails-macos"]
794794
commands:
795795
- func: "prepare resources"
796796
- func: run-valid-delegate-ocsp-server
@@ -1344,7 +1344,8 @@ buildvariants:
13441344
batchtime: 20160 # 14 days
13451345
tasks:
13461346
# macOS MongoDB servers do not staple OCSP responses and only support RSA.
1347-
- name: ".ocsp-rsa !.ocsp-staple"
1347+
# TODO SWIFT-1134: Remove and unskip fails-macos tags.
1348+
- name: ".ocsp-rsa !.ocsp-staple !.fails-macos"
13481349

13491350
- matrix_name: "versioned-api-tests"
13501351
matrix_spec:

0 commit comments

Comments
 (0)