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

Commit

Permalink
chore(ci): remove selenium version specification for firefox
Browse files Browse the repository at this point in the history
Selenium has started to complain about firefox and can't find a VM.

See #1165
  • Loading branch information
juliemr committed Aug 5, 2014
1 parent b97d137 commit e340ff9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion spec/ciConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ exports.config = {
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '30',
'selenium-version': '2.42.2'
// TODO - as of 2014/8/5 this has stopped working. Reinstate when possible.
// 'selenium-version': '2.42.2'
}],

baseUrl: env.baseUrl,
Expand Down
3 changes: 2 additions & 1 deletion spec/smokeConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ exports.config = {
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '29',
'selenium-version': '2.42.2'
// TODO - as of 2014/8/5 this has stopped working. Reinstate when possible.
// 'selenium-version': '2.42.2'
}, {
'browserName': 'safari',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
Expand Down

0 comments on commit e340ff9

Please sign in to comment.