Skip to content

Commit

Permalink
chore(ci): disabled test_vscode task
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshusinghs committed Mar 18, 2024
1 parent 4883c7c commit dc65646
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13651,7 +13651,8 @@ buildvariants:
- name: test_n16_snippet_manager
- name: test_n20_types
- name: test_n16_types
- name: test_vscode
# TODO: (MONGOSH-1740) Re-enable this after fixing the linked ticket
# - name: test_vscode
- name: test_connectivity
- name: test_apistrict
- name: linux_coverage
Expand Down
3 changes: 2 additions & 1 deletion .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,8 @@ buildvariants:
<% for (const test of ALL_UNIT_TESTS.filter(t => t.variants.includes('linux'))) { %>
- name: test_<% out(test.id) %>
<% } %>
- name: test_vscode
# TODO: (MONGOSH-1740) Re-enable this after fixing the linked ticket
# - name: test_vscode
- name: test_connectivity
- name: test_apistrict
- name: linux_coverage
Expand Down

0 comments on commit dc65646

Please sign in to comment.