File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -3246,17 +3246,6 @@ tasks:
3246
3246
- func : run tests
3247
3247
vars :
3248
3248
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
3260
3249
- name : run-mongosh-browser-runtime-electron
3261
3250
tags :
3262
3251
- run-mongosh-integration-tests
@@ -3919,7 +3908,6 @@ buildvariants:
3919
3908
display_name : mongosh integration tests
3920
3909
run_on : ubuntu1804-large
3921
3910
tasks :
3922
- - run-mongosh-browser-repl
3923
3911
- run-mongosh-browser-runtime-electron
3924
3912
- run-mongosh-cli-repl
3925
3913
- run-mongosh-connectivity-tests
Original file line number Diff line number Diff line change 1
1
const scopes = [
2
- 'browser-repl' ,
3
2
'browser-runtime-electron' ,
4
3
'cli-repl' ,
5
4
'connectivity-tests' ,
You can’t perform that action at this time.
0 commit comments