Skip to content

Commit 0f0fc8c

Browse files
committed
Disabled oidc azure and gcp tasks
JAVA-5896
1 parent 7673615 commit 0f0fc8c

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
@@ -947,6 +947,7 @@ tasks:
947947
- name: "oidc-auth-test-azure-task"
948948
# Might exceed 1 hour of execution.
949949
exec_timeout_secs: 7200
950+
disable: true # TODO JAVA-5896
950951
commands:
951952
- command: shell.exec
952953
params:
@@ -966,6 +967,7 @@ tasks:
966967
- name: "oidc-auth-test-gcp-task"
967968
# Might exceed 1 hour of execution.
968969
exec_timeout_secs: 7200
970+
disable: true # TODO JAVA-5896
969971
commands:
970972
- command: shell.exec
971973
params:

0 commit comments

Comments
 (0)