File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -8179,17 +8179,6 @@ tasks:
8179
8179
mongosh_test_id: "types"
8180
8180
mongosh_run_only_in_package: "types"
8181
8181
task_name: ${task_name}
8182
- # TODO: This is an always failing test to check Foliage. Should be removed afterwards.
8183
- - name: test_always_failing
8184
- tags: ["assigned_to_jira_team_mongosh_mongosh", "unit-test"]
8185
- commands:
8186
- - command: shell.exec
8187
- type: setup
8188
- params:
8189
- working_dir: src
8190
- shell: bash
8191
- script: |
8192
- node -e "throw new Error()"
8193
8182
8194
8183
###
8195
8184
# INTEGRATION TESTS
@@ -15915,7 +15904,6 @@ buildvariants:
15915
15904
- name: test_vscode
15916
15905
- name: test_connectivity
15917
15906
- name: test_apistrict
15918
- - name: test_always_failing
15919
15907
- name: linux_coverage
15920
15908
display_name: "Ubuntu 20.04 x64 (Coverage and Static Analysis Check)"
15921
15909
run_on: ubuntu2004-small
Original file line number Diff line number Diff line change @@ -1161,17 +1161,6 @@ tasks:
1161
1161
mongosh_run_only_in_package: "<% out(packageName) %>"
1162
1162
task_name: ${task_name}
1163
1163
<% } %>
1164
- # TODO: This is an always failing test to check Foliage. Should be removed afterwards.
1165
- - name: test_always_failing
1166
- tags: ["assigned_to_jira_team_mongosh_mongosh", "unit-test"]
1167
- commands:
1168
- - command: shell.exec
1169
- type: setup
1170
- params:
1171
- working_dir: src
1172
- shell: bash
1173
- script: |
1174
- node -e "throw new Error()"
1175
1164
1176
1165
###
1177
1166
# INTEGRATION TESTS
@@ -1604,7 +1593,6 @@ buildvariants:
1604
1593
- name: test_vscode
1605
1594
- name: test_connectivity
1606
1595
- name: test_apistrict
1607
- - name: test_always_failing
1608
1596
- name: linux_coverage
1609
1597
display_name: "Ubuntu 20.04 x64 (Coverage and Static Analysis Check)"
1610
1598
run_on: ubuntu2004-small
You can’t perform that action at this time.
0 commit comments