Skip to content

Commit a9142ed

Browse files
remove failing task
1 parent 8278fb5 commit a9142ed

File tree

2 files changed

+22
-40
lines changed

2 files changed

+22
-40
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,24 +1994,6 @@ tasks:
19941994
- func: install mongodb-client-encryption from source
19951995
- func: assume secrets manager role
19961996
- func: run custom csfle tests
1997-
- name: test-latest-driver-mongodb-client-encryption-6.0.0
1998-
tags:
1999-
- run-custom-dependency-tests
2000-
commands:
2001-
- command: expansions.update
2002-
type: setup
2003-
params:
2004-
updates:
2005-
- {key: NODE_LTS_VERSION, value: 20.19.0}
2006-
- {key: VERSION, value: '7.0'}
2007-
- {key: TOPOLOGY, value: replica_set}
2008-
- {key: CLIENT_ENCRYPTION, value: 'true'}
2009-
- func: install dependencies
2010-
- func: bootstrap mongo-orchestration
2011-
- func: install package
2012-
vars:
2013-
2014-
- func: run tests
20151997
- name: test-alpine-fle
20161998
tags:
20171999
- alpine-fle
@@ -3205,7 +3187,6 @@ buildvariants:
32053187
- run-custom-csfle-tests-5.0
32063188
- run-custom-csfle-tests-rapid
32073189
- run-custom-csfle-tests-latest
3208-
- test-latest-driver-mongodb-client-encryption-6.0.0
32093190
- name: rhel8-test-gcp-kms
32103191
display_name: GCP KMS Test
32113192
run_on: debian11-small

.evergreen/generate_evergreen_tasks.js

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -623,27 +623,28 @@ for (const serverVersion of ['5.0', 'rapid', 'latest']) {
623623
});
624624
}
625625

626-
customDependencyTests.push({
627-
name: `test-latest-driver-mongodb-client-encryption-6.0.0`,
628-
tags: ['run-custom-dependency-tests'],
629-
commands: [
630-
updateExpansions({
631-
NODE_LTS_VERSION: LOWEST_LTS,
632-
VERSION: '7.0',
633-
TOPOLOGY: 'replica_set',
634-
CLIENT_ENCRYPTION: true
635-
}),
636-
{ func: 'install dependencies' },
637-
{ func: 'bootstrap mongo-orchestration' },
638-
{
639-
func: 'install package',
640-
vars: {
641-
PACKAGE: '[email protected]'
642-
}
643-
},
644-
{ func: 'run tests' }
645-
]
646-
});
626+
// TODO(NODE-6997): update to 7.0.0 after release
627+
// customDependencyTests.push({
628+
// name: `test-latest-driver-mongodb-client-encryption-6.0.0`,
629+
// tags: ['run-custom-dependency-tests'],
630+
// commands: [
631+
// updateExpansions({
632+
// NODE_LTS_VERSION: LOWEST_LTS,
633+
// VERSION: '7.0',
634+
// TOPOLOGY: 'replica_set',
635+
// CLIENT_ENCRYPTION: true
636+
// }),
637+
// { func: 'install dependencies' },
638+
// { func: 'bootstrap mongo-orchestration' },
639+
// {
640+
// func: 'install package',
641+
// vars: {
642+
// PACKAGE: '[email protected]'
643+
// }
644+
// },
645+
// { func: 'run tests' }
646+
// ]
647+
// });
647648

648649
const coverageTask = {
649650
name: 'download and merge coverage'.split(' ').join('-'),

0 commit comments

Comments
 (0)