Skip to content

CDRIVER-3620 Remove authentication tests from Ubuntu 14.04 #1186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22779,7 +22779,6 @@ buildvariants:
- debug-compile-rdtscp
- .debug-compile !.sspi .openssl
- .debug-compile !.sspi .nossl
- .authentication-tests .openssl
- .4.0 .openssl !.nosasl .server
- .3.6 .openssl !.nosasl .server
- name: clang35
Expand Down Expand Up @@ -22905,7 +22904,6 @@ buildvariants:
- debug-compile-nosasl-nossl
- .debug-compile !.sspi .openssl
- .debug-compile !.sspi .nossl
- .authentication-tests .openssl
- .4.0 .openssl !.nosasl .server
- .3.6 .openssl !.nosasl .server
- name: gcc82rhel
Expand Down
2 changes: 0 additions & 2 deletions build/evergreen_config_lib/variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def days(n):
'debug-compile-rdtscp',
'.debug-compile !.sspi .openssl',
'.debug-compile !.sspi .nossl',
'.authentication-tests .openssl',
'.4.0 .openssl !.nosasl .server',
'.3.6 .openssl !.nosasl .server'],
{'CC': 'clang'}),
Expand Down Expand Up @@ -203,7 +202,6 @@ def days(n):
'debug-compile-nosasl-nossl',
'.debug-compile !.sspi .openssl',
'.debug-compile !.sspi .nossl',
'.authentication-tests .openssl',
'.4.0 .openssl !.nosasl .server',
'.3.6 .openssl !.nosasl .server'],
{'CC': 'gcc'}),
Expand Down