Skip to content

Commit

Permalink
test(NODE-5761): skip azure oidc tests (#3931)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran authored Nov 30, 2023
1 parent e7e0d48 commit 9968b52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4514,12 +4514,6 @@ buildvariants:
tasks:
- test_azurekms_task_group
- test-azurekms-fail-task
- name: ubuntu20-test-azure-oidc
display_name: Azure OIDC
run_on: ubuntu2004-small
batchtime: 20160
tasks:
- testazureoidc_task_group
- name: rhel8-test-atlas
display_name: Atlas Cluster Tests
run_on: rhel80-large
Expand Down
17 changes: 10 additions & 7 deletions .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,13 +700,16 @@ BUILD_VARIANTS.push({
tasks: ['test_azurekms_task_group', 'test-azurekms-fail-task']
});

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

BUILD_VARIANTS.push({
name: 'rhel8-test-atlas',
Expand Down

0 comments on commit 9968b52

Please sign in to comment.