File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13651,7 +13651,8 @@ buildvariants:
13651
13651
- name : test_n16_snippet_manager
13652
13652
- name : test_n20_types
13653
13653
- name : test_n16_types
13654
- - name : test_vscode
13654
+ # TODO: (MONGOSH-1740) Re-enable this after fixing the linked ticket
13655
+ # - name: test_vscode
13655
13656
- name : test_connectivity
13656
13657
- name : test_apistrict
13657
13658
- name : linux_coverage
Original file line number Diff line number Diff line change @@ -1230,7 +1230,8 @@ buildvariants:
1230
1230
<% for (const test of ALL_UNIT_TESTS.filter(t => t.variants.includes('linux'))) { %>
1231
1231
- name: test_<% out(test.id) %>
1232
1232
<% } %>
1233
- - name: test_vscode
1233
+ # TODO: (MONGOSH-1740) Re-enable this after fixing the linked ticket
1234
+ # - name: test_vscode
1234
1235
- name: test_connectivity
1235
1236
- name: test_apistrict
1236
1237
- name: linux_coverage
You can’t perform that action at this time.
0 commit comments