Skip to content

Commit ab59a3a

Browse files
ci(NODE-5341): remove browser repl from mongosh CI (#3714)
Co-authored-by: Durran Jordan <[email protected]>
1 parent cba8c14 commit ab59a3a

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3246,17 +3246,6 @@ tasks:
32463246
- func: run tests
32473247
vars:
32483248
TEST_NPM_SCRIPT: check:csfle
3249-
- name: run-mongosh-browser-repl
3250-
tags:
3251-
- run-mongosh-integration-tests
3252-
depends_on: compile-mongosh
3253-
commands:
3254-
- func: install dependencies
3255-
vars:
3256-
NODE_LTS_VERSION: 16
3257-
- func: run mongosh tests for package
3258-
vars:
3259-
mongosh_package: browser-repl
32603249
- name: run-mongosh-browser-runtime-electron
32613250
tags:
32623251
- run-mongosh-integration-tests
@@ -3919,7 +3908,6 @@ buildvariants:
39193908
display_name: mongosh integration tests
39203909
run_on: ubuntu1804-large
39213910
tasks:
3922-
- run-mongosh-browser-repl
39233911
- run-mongosh-browser-runtime-electron
39243912
- run-mongosh-cli-repl
39253913
- run-mongosh-connectivity-tests

.evergreen/generate_mongosh_tasks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const scopes = [
2-
'browser-repl',
32
'browser-runtime-electron',
43
'cli-repl',
54
'connectivity-tests',

0 commit comments

Comments
 (0)