diff options
author | Patrick Freed <patrick.freed@mongodb.com> | 2018-10-30 11:21:58 -0400 |
---|---|---|
committer | Patrick Freed <patrick.freed@mongodb.com> | 2018-10-30 11:21:58 -0400 |
commit | b9f13ea4f0f8e5a3e69ed99c954d94629e7e2d4a (patch) | |
tree | 8e7e9320a098070afc8828ee2f3a247b63808885 /etc/burn_in_tests.yml | |
parent | 4d8c956efe27360e8b6828ee62fd3df3ad8f5710 (diff) | |
download | mongo-b9f13ea4f0f8e5a3e69ed99c954d94629e7e2d4a.tar.gz |
SERVER-36616 Enable ECDHE support if platform supports it
Diffstat (limited to 'etc/burn_in_tests.yml')
-rw-r--r-- | etc/burn_in_tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/burn_in_tests.yml b/etc/burn_in_tests.yml index 216c483dda4..5827d35c622 100644 --- a/etc/burn_in_tests.yml +++ b/etc/burn_in_tests.yml @@ -7,3 +7,4 @@ selector: exclude_tasks: # Exclude list of jstests file names. exclude_tests: + - jstests/ssl/ssl_ECDHE_suites.js |