diff --git a/.evergreen/config.yml b/.evergreen/config.yml index eeeb1582ef..554be3a019 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -1877,19 +1877,6 @@ tasks: - func: install dependencies - func: bootstrap mongo-orchestration - func: check resource management feature integration - - name: check-types-typescript-next - tags: - - check-types-typescript-next - - typescript-compilation - commands: - - command: expansions.update - type: setup - params: - updates: - - {key: NODE_LTS_VERSION, value: 20.19.0} - - {key: TS_VERSION, value: next} - - func: install dependencies - - func: check types - name: check-types-typescript-current tags: - check-types-typescript-current diff --git a/.evergreen/generate_evergreen_tasks.js b/.evergreen/generate_evergreen_tasks.js index 8964f9c5c6..2858909126 100644 --- a/.evergreen/generate_evergreen_tasks.js +++ b/.evergreen/generate_evergreen_tasks.js @@ -532,7 +532,8 @@ function* makeTypescriptTasks() { }; } - yield makeCheckTypesTask('next'); + // TODO(NODE-7233): unskip ts@next tests once we adopt Typescript 6.0. + // yield makeCheckTypesTask('next'); yield makeCheckTypesTask('current'); yield makeCheckTypesTask('5.6');