Skip to content

Commit 483e108

Browse files
authored
Revert "chore(ci): disables test_vscode task (#1888)" (#1897)
This reverts commit 773eee6.
1 parent 1ec917a commit 483e108

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.evergreen.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13653,8 +13653,7 @@ buildvariants:
1365313653
- name: test_n16_snippet_manager
1365413654
- name: test_n20_types
1365513655
- name: test_n16_types
13656-
# TODO: (MONGOSH-1740) Re-enable this after fixing the linked ticket
13657-
# - name: test_vscode
13656+
- name: test_vscode
1365813657
- name: test_connectivity
1365913658
- name: test_apistrict
1366013659
- name: linux_coverage

.evergreen/evergreen.yml.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,8 +1232,7 @@ buildvariants:
12321232
<% for (const test of ALL_UNIT_TESTS.filter(t => t.variants.includes('linux'))) { %>
12331233
- name: test_<% out(test.id) %>
12341234
<% } %>
1235-
# TODO: (MONGOSH-1740) Re-enable this after fixing the linked ticket
1236-
# - name: test_vscode
1235+
- name: test_vscode
12371236
- name: test_connectivity
12381237
- name: test_apistrict
12391238
- name: linux_coverage

0 commit comments

Comments
 (0)