diff options
author | Patrick Freed <patrick.freed@mongodb.com> | 2018-11-15 18:51:35 -0500 |
---|---|---|
committer | Patrick Freed <patrick.freed@mongodb.com> | 2018-11-20 11:39:08 -0500 |
commit | f137cdd0e7298bae36ff1e7507c783a01b262828 (patch) | |
tree | 737e10ae7c9c37c509cd9177601b13be0bb9b07c /etc/burn_in_tests.yml | |
parent | d75be58dd0dda5fe1190e8d48d91d6eda8e21acd (diff) | |
download | mongo-f137cdd0e7298bae36ff1e7507c783a01b262828.tar.gz |
SERVER-38155 Make ssl_ECDHE_suites.js use native Python ssl module
Diffstat (limited to 'etc/burn_in_tests.yml')
-rw-r--r-- | etc/burn_in_tests.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/burn_in_tests.yml b/etc/burn_in_tests.yml index 5827d35c622..c6d63048621 100644 --- a/etc/burn_in_tests.yml +++ b/etc/burn_in_tests.yml @@ -6,5 +6,4 @@ selector: # Exclude list of etc/evergreen.yml task names. exclude_tasks: # Exclude list of jstests file names. - exclude_tests: - - jstests/ssl/ssl_ECDHE_suites.js + exclude_tests:
\ No newline at end of file |