@@ -260,17 +260,6 @@ buildvariants:
260260 tasks :
261261 - name : test-x509-auth
262262
263- - name : plain-auth
264- display_name : " Plain Authentication"
265- patchable : false
266- run_on :
267- - rhel87-small
268- expansions :
269- AUTH : auth
270- SSL : ssl
271- tasks :
272- - test-plain-auth
273-
274263 - name : serverless
275264 display_name : " Serverless"
276265 run_on :
@@ -972,14 +961,6 @@ tasks:
972961 TOPOLOGY : server
973962 - func : " run x509 tests"
974963
975- - name : test-plain-auth
976- commands :
977- - func : " bootstrap mongo-orchestration"
978- vars :
979- MONGODB_VERSION : rapid
980- TOPOLOGY : server
981- - func : " run plain tests"
982-
983964 - name : test-serverless
984965 commands :
985966 - func : " run serverless tests"
@@ -1417,17 +1398,6 @@ functions:
14171398
14181399 .evergreen/run-x509-tests.sh
14191400
1420- " run plain tests " :
1421- - command : shell.exec
1422- type : test
1423- params :
1424- working_dir : src
1425- shell : bash
1426- script : |
1427- ${PREPARE_SHELL}
1428-
1429- .evergreen/run-plain-tests.sh
1430-
14311401 " prepare resources " :
14321402 - command : subprocess.exec
14331403 params :
@@ -1694,7 +1664,7 @@ functions:
16941664
16951665 echo "Building test ... begin"
16961666 . ${PROJECT_DIRECTORY}/.evergreen/env.sh
1697- cargo test get_exe_name --features in-use-encryption,gcp-kms -- --ignored
1667+ cargo test get_exe_name --features in-use-encryption,gcp-kms
16981668 cp $(cat exe_name.txt) test-contents/test-exe
16991669 echo "Building test ... end"
17001670
@@ -1963,7 +1933,7 @@ functions:
19631933 - command : expansions.update
19641934 params :
19651935 file : src/static-test-tarball-expansion.yml
1966-
1936+
19671937 " run oidc k8s test " :
19681938 - command : subprocess.exec
19691939 params :
0 commit comments