Skip to content

Commit 7b41ff4

Browse files
skip Azure KMS tests
1 parent 0b748da commit 7b41ff4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3611,7 +3611,6 @@ buildvariants:
36113611
run_on: debian11-small
36123612
batchtime: 20160
36133613
tasks:
3614-
- test_azurekms_task_group
36153614
- test-azurekms-fail-task
36163615
- name: ubuntu20-test-all-oidc
36173616
display_name: MONGODB-OIDC Auth Tests
@@ -3621,7 +3620,6 @@ buildvariants:
36213620
batchtime: 20160
36223621
tasks:
36233622
- testtestoidc_task_group
3624-
- testazureoidc_task_group
36253623
- testgcpoidc_task_group
36263624
- testk8soidc_task_group_eks
36273625
- testk8soidc_task_group_gke

.evergreen/generate_evergreen_tasks.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,9 @@ BUILD_VARIANTS.push({
810810
display_name: 'Azure KMS Test',
811811
run_on: DEBIAN_OS,
812812
batchtime: 20160,
813-
tasks: ['test_azurekms_task_group', 'test-azurekms-fail-task']
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']
814816
});
815817

816818
BUILD_VARIANTS.push({
@@ -823,7 +825,8 @@ BUILD_VARIANTS.push({
823825
batchtime: 20160,
824826
tasks: [
825827
'testtestoidc_task_group',
826-
'testazureoidc_task_group',
828+
// TODO(NODE-7080): Fix setup of Azure tests in CI
829+
// 'testazureoidc_task_group',
827830
'testgcpoidc_task_group',
828831
'testk8soidc_task_group_eks',
829832
'testk8soidc_task_group_gke',

0 commit comments

Comments
 (0)