Skip to content

Commit

Permalink
test(NODE-3777): csfle runs noauth
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Feb 9, 2022
1 parent 1694bba commit 0635969
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,6 @@ tasks:
vars:
VERSION: '5.0'
TOPOLOGY: server
AUTH: auth
- func: bootstrap kms servers
- func: run custom csfle tests
- name: run-custom-snappy-tests
Expand All @@ -1778,7 +1777,6 @@ tasks:
vars:
VERSION: '5.0'
TOPOLOGY: server
AUTH: auth
- func: bootstrap kms servers
- func: run custom snappy tests
- name: run-bson-ext-test
Expand All @@ -1792,7 +1790,6 @@ tasks:
vars:
VERSION: '5.0'
TOPOLOGY: server
AUTH: auth
- func: bootstrap kms servers
- func: run bson-ext test
vars:
Expand Down
3 changes: 1 addition & 2 deletions .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,7 @@ const oneOffFuncAsTasks = oneOffFuncs.map(oneOffFunc => ({
func: 'bootstrap mongo-orchestration',
vars: {
VERSION: '5.0',
TOPOLOGY: 'server',
AUTH: 'auth'
TOPOLOGY: 'server'
}
},
{ func: 'bootstrap kms servers' },
Expand Down

0 comments on commit 0635969

Please sign in to comment.