Skip to content

Commit

Permalink
chore: skip tests on latest
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jan 14, 2025
1 parent 9bb5080 commit 017caf6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,17 @@ tasks:
NODE_LTS_VERSION: 22
- func: install dependencies
- func: run tests
- name: node-tests-latest
tags: ["node"]
commands:
- func: fetch source
vars:
NODE_LTS_VERSION: latest
- func: install dependencies
- func: run tests
vars:
TEST_TARGET: node
# TODO(NOXE-6662): Fix tests on latest.
# - name: node-tests-latest
# tags: ["node"]
# commands:
# - func: fetch source
# vars:
# NODE_LTS_VERSION: latest
# - func: install dependencies
# - func: run tests
# vars:
# TEST_TARGET: node
- name: web-tests
tags: ["web"]
commands:
Expand Down

0 comments on commit 017caf6

Please sign in to comment.