Skip to content

Commit 5336251

Browse files
unskip
1 parent 8e06e72 commit 5336251

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3611,6 +3611,7 @@ buildvariants:
36113611
run_on: debian11-small
36123612
batchtime: 20160
36133613
tasks:
3614+
- test_azurekms_task_group
36143615
- test-azurekms-fail-task
36153616
- name: ubuntu20-test-all-oidc
36163617
display_name: MONGODB-OIDC Auth Tests

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -810,9 +810,7 @@ BUILD_VARIANTS.push({
810810
display_name: 'Azure KMS Test',
811811
run_on: DEBIAN_OS,
812812
batchtime: 20160,
813-
// TODO(NODE-7080): Fix setup of Azure tests in CI
814-
// tasks: ['test_azurekms_task_group', 'test-azurekms-fail-task']
815-
tasks: ['test-azurekms-fail-task']
813+
tasks: ['test_azurekms_task_group', 'test-azurekms-fail-task']
816814
});
817815

818816
BUILD_VARIANTS.push({

0 commit comments

Comments
 (0)