Skip to content

Commit 773eee6

Browse files
chore(ci): disables test_vscode task (#1888)
1 parent 4883c7c commit 773eee6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.evergreen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13651,7 +13651,8 @@ buildvariants:
1365113651
- name: test_n16_snippet_manager
1365213652
- name: test_n20_types
1365313653
- name: test_n16_types
13654-
- name: test_vscode
13654+
# TODO: (MONGOSH-1740) Re-enable this after fixing the linked ticket
13655+
# - name: test_vscode
1365513656
- name: test_connectivity
1365613657
- name: test_apistrict
1365713658
- name: linux_coverage

.evergreen/evergreen.yml.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,8 @@ buildvariants:
12301230
<% for (const test of ALL_UNIT_TESTS.filter(t => t.variants.includes('linux'))) { %>
12311231
- name: test_<% out(test.id) %>
12321232
<% } %>
1233-
- name: test_vscode
1233+
# TODO: (MONGOSH-1740) Re-enable this after fixing the linked ticket
1234+
# - name: test_vscode
12341235
- name: test_connectivity
12351236
- name: test_apistrict
12361237
- name: linux_coverage

0 commit comments

Comments
 (0)