Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3611,6 +3611,7 @@ buildvariants:
run_on: debian11-small
batchtime: 20160
tasks:
- test_azurekms_task_group
- test-azurekms-fail-task
- name: ubuntu20-test-all-oidc
display_name: MONGODB-OIDC Auth Tests
Expand Down
4 changes: 1 addition & 3 deletions .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -810,9 +810,7 @@ BUILD_VARIANTS.push({
display_name: 'Azure KMS Test',
run_on: DEBIAN_OS,
batchtime: 20160,
// TODO(NODE-7080): Fix setup of Azure tests in CI
// tasks: ['test_azurekms_task_group', 'test-azurekms-fail-task']
tasks: ['test-azurekms-fail-task']
tasks: ['test_azurekms_task_group', 'test-azurekms-fail-task']
});

BUILD_VARIANTS.push({
Expand Down