Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Node.js tests on Dart dev #1149

Merged
merged 2 commits into from Nov 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -90,9 +90,12 @@ jobs:
os: windows
- <<: *node-tests
os: osx
- <<: *node-tests
name: Node tests | Dart dev | Node 14
env: DART_CHANNEL=dev

# TODO(nweiz): Re-enable these when dart-lang/sdk#44181 or dart-lang/test#1363
# is fixed.
# - <<: *node-tests
# name: Node tests | Dart dev | Node 14
# env: DART_CHANNEL=dev

# Miscellaneous checks.
- name: static analysis
Expand Down