Skip to content

Commit 9968b52

Browse files
authored
test(NODE-5761): skip azure oidc tests (#3931)
1 parent e7e0d48 commit 9968b52

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4514,12 +4514,6 @@ buildvariants:
45144514
tasks:
45154515
- test_azurekms_task_group
45164516
- test-azurekms-fail-task
4517-
- name: ubuntu20-test-azure-oidc
4518-
display_name: Azure OIDC
4519-
run_on: ubuntu2004-small
4520-
batchtime: 20160
4521-
tasks:
4522-
- testazureoidc_task_group
45234517
- name: rhel8-test-atlas
45244518
display_name: Atlas Cluster Tests
45254519
run_on: rhel80-large

.evergreen/generate_evergreen_tasks.js

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -700,13 +700,16 @@ BUILD_VARIANTS.push({
700700
tasks: ['test_azurekms_task_group', 'test-azurekms-fail-task']
701701
});
702702

703-
BUILD_VARIANTS.push({
704-
name: 'ubuntu20-test-azure-oidc',
705-
display_name: 'Azure OIDC',
706-
run_on: UBUNTU_20_OS,
707-
batchtime: 20160,
708-
tasks: ['testazureoidc_task_group']
709-
});
703+
// TODO(DRIVERS-2416/NODE-4929) - Azure credentials are expired, a new drivers ticket
704+
// should be created but at the moment for our test failures we will reference the
705+
// open DRIVERS ticket and completed NODE ticket.
706+
// BUILD_VARIANTS.push({
707+
// name: 'ubuntu20-test-azure-oidc',
708+
// display_name: 'Azure OIDC',
709+
// run_on: UBUNTU_20_OS,
710+
// batchtime: 20160,
711+
// tasks: ['testazureoidc_task_group']
712+
// });
710713

711714
BUILD_VARIANTS.push({
712715
name: 'rhel8-test-atlas',

0 commit comments

Comments
 (0)