diff --git a/.evergreen/config.in.yml b/.evergreen/config.in.yml index 2b5fa1eada1..a5c06fd79d8 100644 --- a/.evergreen/config.in.yml +++ b/.evergreen/config.in.yml @@ -1054,27 +1054,28 @@ task_groups: tasks: - oidc-auth-test-k8s-latest-gke - - name: testk8soidc_task_group_aks - setup_group: - - func: fetch source - - func: assume secrets manager role - - command: subprocess.exec - params: - binary: bash - add_expansions_to_env: true - args: - - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh - teardown_group: - - func: "upload coverage report" - - command: subprocess.exec - params: - binary: bash - args: - - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh - setup_group_can_fail_task: true - setup_group_timeout_secs: 1800 - tasks: - - oidc-auth-test-k8s-latest-aks + # TODO(NODE-7358): unskip broken k8s tests + # - name: testk8soidc_task_group_aks + # setup_group: + # - func: fetch source + # - func: assume secrets manager role + # - command: subprocess.exec + # params: + # binary: bash + # add_expansions_to_env: true + # args: + # - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh + # teardown_group: + # - func: "upload coverage report" + # - command: subprocess.exec + # params: + # binary: bash + # args: + # - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh + # setup_group_can_fail_task: true + # setup_group_timeout_secs: 1800 + # tasks: + # - oidc-auth-test-k8s-latest-aks - name: testtestoidc_task_group setup_group: diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 7864486e01b..f6c677c24b2 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -2682,27 +2682,6 @@ task_groups: setup_group_timeout_secs: 1800 tasks: - oidc-auth-test-k8s-latest-gke - - name: testk8soidc_task_group_aks - setup_group: - - func: fetch source - - func: assume secrets manager role - - command: subprocess.exec - params: - binary: bash - add_expansions_to_env: true - args: - - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh - teardown_group: - - func: upload coverage report - - command: subprocess.exec - params: - binary: bash - args: - - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh - setup_group_can_fail_task: true - setup_group_timeout_secs: 1800 - tasks: - - oidc-auth-test-k8s-latest-aks - name: testtestoidc_task_group setup_group: - func: fetch source