Skip to content

Commit

Permalink
chore(ci): mark smoke tests as allowed failures on travis
Browse files Browse the repository at this point in the history
They fail due to IE flakiness most of the time, see angular#1052.
  • Loading branch information
juliemr committed Aug 5, 2014
1 parent d15d35a commit 1ba1c0e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ node_js:
- "0.10"

env:
matrix:
- JOB=smoke
- JOB=suite
global:
- SAUCE_USERNAME=angular-ci
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
- LOGS_DIR=/tmp/protractor-build/logs
- BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready
matrix:
- JOB=suite
- JOB=smoke

matrix:
allow_failures:
- env: "JOB=smoke"


before_script:
- mkdir -p $LOGS_DIR
Expand Down

0 comments on commit 1ba1c0e

Please sign in to comment.