Skip to content

Commit 3087d7e

Browse files
committed
Disabled oidc azure and gcp tasks
JAVA-5896
1 parent e57a06c commit 3087d7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/.evg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,7 @@ tasks:
946946
- name: "oidc-auth-test-azure-task"
947947
# Might exceed 1 hour of execution.
948948
exec_timeout_secs: 7200
949+
disable: true # TODO JAVA-5896
949950
commands:
950951
- command: shell.exec
951952
params:
@@ -965,6 +966,7 @@ tasks:
965966
- name: "oidc-auth-test-gcp-task"
966967
# Might exceed 1 hour of execution.
967968
exec_timeout_secs: 7200
969+
disable: true # TODO JAVA-5896
968970
commands:
969971
- command: shell.exec
970972
params:

0 commit comments

Comments
 (0)