@@ -1054,27 +1054,28 @@ task_groups:
10541054 tasks :
10551055 - oidc-auth-test-k8s-latest-gke
10561056
1057- - name : testk8soidc_task_group_aks
1058- setup_group :
1059- - func : fetch source
1060- - func : assume secrets manager role
1061- - command : subprocess.exec
1062- params :
1063- binary : bash
1064- add_expansions_to_env : true
1065- args :
1066- - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
1067- teardown_group :
1068- - func : " upload coverage report"
1069- - command : subprocess.exec
1070- params :
1071- binary : bash
1072- args :
1073- - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
1074- setup_group_can_fail_task : true
1075- setup_group_timeout_secs : 1800
1076- tasks :
1077- - oidc-auth-test-k8s-latest-aks
1057+ # TODO(NODE-7358): unskip broken k8s tests
1058+ # - name: testk8soidc_task_group_aks
1059+ # setup_group:
1060+ # - func: fetch source
1061+ # - func: assume secrets manager role
1062+ # - command: subprocess.exec
1063+ # params:
1064+ # binary: bash
1065+ # add_expansions_to_env: true
1066+ # args:
1067+ # - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
1068+ # teardown_group:
1069+ # - func: "upload coverage report"
1070+ # - command: subprocess.exec
1071+ # params:
1072+ # binary: bash
1073+ # args:
1074+ # - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
1075+ # setup_group_can_fail_task: true
1076+ # setup_group_timeout_secs: 1800
1077+ # tasks:
1078+ # - oidc-auth-test-k8s-latest-aks
10781079
10791080 - name : testtestoidc_task_group
10801081 setup_group :
0 commit comments