Skip to content

Commit 1bbd86c

Browse files
authored
chore(ci): remove the temporary always failing Foliage test (#2302)
remove always failing test
1 parent 6981eee commit 1bbd86c

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.evergreen.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8179,17 +8179,6 @@ tasks:
81798179
mongosh_test_id: "types"
81808180
mongosh_run_only_in_package: "types"
81818181
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()"
81938182

81948183
###
81958184
# INTEGRATION TESTS
@@ -15915,7 +15904,6 @@ buildvariants:
1591515904
- name: test_vscode
1591615905
- name: test_connectivity
1591715906
- name: test_apistrict
15918-
- name: test_always_failing
1591915907
- name: linux_coverage
1592015908
display_name: "Ubuntu 20.04 x64 (Coverage and Static Analysis Check)"
1592115909
run_on: ubuntu2004-small

.evergreen/evergreen.yml.in

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,17 +1161,6 @@ tasks:
11611161
mongosh_run_only_in_package: "<% out(packageName) %>"
11621162
task_name: ${task_name}
11631163
<% } %>
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()"
11751164

11761165
###
11771166
# INTEGRATION TESTS
@@ -1604,7 +1593,6 @@ buildvariants:
16041593
- name: test_vscode
16051594
- name: test_connectivity
16061595
- name: test_apistrict
1607-
- name: test_always_failing
16081596
- name: linux_coverage
16091597
display_name: "Ubuntu 20.04 x64 (Coverage and Static Analysis Check)"
16101598
run_on: ubuntu2004-small

0 commit comments

Comments
 (0)