Skip to content

Commit

Permalink
skip node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jul 19, 2019
1 parent 62ac658 commit db5cac2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ jobs:
env: TARGET_IE11=true
script: yarn test

- name: 'Node Tests'
install: yarn install
script: yarn test:node
# See https://github.com/emberjs/data/pull/6241
# - name: 'Node Tests'
# install: yarn install
# script: yarn test:node

# runs tests against each supported Ember version
- stage: ember version tests
Expand Down
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ jobs:
TARGET_IE11=true yarn test
displayName: 'Max transpilation Tests'
- script: |
yarn test:node
displayName: 'Node Tests'
# See https://github.com/emberjs/data/pull/6241
# - script: |
# yarn test:node
# displayName: 'Node Tests'

- script: |
yarn test:try-one with-ember-fetch
Expand Down

0 comments on commit db5cac2

Please sign in to comment.