Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit b97d137

Browse files
committed
chore(ci): mark smoke tests as allowed failures on travis
They fail due to IE flakiness most of the time, see #1052.
1 parent d15d35a commit b97d137

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@ node_js:
33
- "0.10"
44

55
env:
6-
matrix:
7-
- JOB=smoke
8-
- JOB=suite
96
global:
107
- SAUCE_USERNAME=angular-ci
118
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
129
- LOGS_DIR=/tmp/protractor-build/logs
1310
- BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready
11+
matrix:
12+
- JOB=suite
13+
- JOB=smoke
14+
15+
matrix:
16+
allow_failures:
17+
- env: "JOB=smoke"
18+
1419

1520
before_script:
1621
- mkdir -p $LOGS_DIR

release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Say the previous release was 0.0.J, the current release is 0.0.K, and the next r
1111
- The versions in package.json/webdriverVersions should be up to date, and you should run `webdriver-manager update` locally.
1212
- The latest version of Chrome and Firefox should be used in spec/ciConf.js. All other browsers we support should be listed in spec/smokeConf.js.
1313

14-
- Make sure [Travis](https://travis-ci.org/angular/protractor/builds) is passing
14+
- Make sure [Travis](https://travis-ci.org/angular/protractor/builds) is passing. Note that there is an 'allowed failures' section in Travis - make sure that all failures are known.
1515

1616
- Make sure `npm test` is passing (this runs more that just what is run on Travis)
1717

0 commit comments

Comments
 (0)