diff options
author | Jason Zhang <jason.zhang@mongodb.com> | 2021-09-24 20:01:06 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-09-24 20:35:28 +0000 |
commit | 8dd1bde8e88c96b15167c5433eaf8b45b379e039 (patch) | |
tree | 11b18bd4db6574aae77872f81b0b109032041542 /buildscripts | |
parent | 26e11ce3ad2c8ab44b2d777549db3893437ffbb6 (diff) | |
download | mongo-8dd1bde8e88c96b15167c5433eaf8b45b379e039.tar.gz |
SERVER-59343 Investigate AuthorizationSession error in internal session tests in auth suites
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/multiversion_auth.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/buildscripts/resmokeconfig/suites/multiversion_auth.yml b/buildscripts/resmokeconfig/suites/multiversion_auth.yml index 3f6476922bb..024e1d793b6 100644 --- a/buildscripts/resmokeconfig/suites/multiversion_auth.yml +++ b/buildscripts/resmokeconfig/suites/multiversion_auth.yml @@ -25,11 +25,6 @@ selector: # Skip any tests that run with auth explicitly. - jstests/multiVersion/load_keys_on_upgrade.js - # TODO (SERVER-59343): Investigate AuthorizationSession error in internal session tests in - # auth suites. - - jstests/multiVersion/internal_sessions.js - - jstests/multiVersion/internal_transactions_retry_on_transient_transaction_error.js - exclude_with_any_tags: - featureFlagToaster - featureFlagSpoon |