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

Commit

Permalink
chore(ci): Fix Circle CI.
Browse files Browse the repository at this point in the history
Disable Firefox directConnect test until #4253 is fixed.
  • Loading branch information
heathkit committed May 5, 2017
1 parent 5cba564 commit d0bfa6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ dependencies:
post:
- ./node_modules/.bin/gulp lint
- ./node_modules/.bin/webdriver-manager update
- wget http://selenium-release.storage.googleapis.com/3.0-beta4/selenium-server-standalone-3.0.0-beta4.jar -P ./node_modules/webdriver-manager/selenium
- ./node_modules/.bin/webdriver-manager start --versions.standalone 3.0.0-beta4:
- ./node_modules/.bin/webdriver-manager start:
background: true
- cd testapp && npm update
- npm start:
Expand Down
5 changes: 5 additions & 0 deletions spec/directConnectConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ exports.config = {
directConnect: true,

framework: 'jasmine',

// Disabled until https://github.com/angular/protractor/issues/4253 is resolved
/*
multiCapabilities: [{
'browserName': 'chrome'
}, {
'browserName': 'firefox',
}],
*/
browserName: 'chrome',

baseUrl: env.baseUrl + '/ng1/',

Expand Down

0 comments on commit d0bfa6e

Please sign in to comment.