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

Commit

Permalink
DO NOT SUBMIT - testing to catch error alone on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Sep 30, 2015
1 parent 9a202ab commit 200b2c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion spec/basic/polling_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var util = require('util');
* when using applications which poll with $http or $timeout.
* A better solution is to switch to the angular $interval service if possible.
*/
describe('synchronizing with pages that poll', function() {
fdescribe('synchronizing with pages that poll', function() {
beforeEach(function() {
browser.get('index.html#/polling');
});
Expand Down
14 changes: 7 additions & 7 deletions spec/ciFullConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ exports.config = {
'selenium-version': '2.47.1',
'chromedriver-version': '2.19',
'platform': 'OS X 10.9'
}, {
'browserName': 'firefox',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '40',
'selenium-version': '2.47.1'
// }, {
// 'browserName': 'firefox',
// 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
// 'build': process.env.TRAVIS_BUILD_NUMBER,
// 'name': 'Protractor suite tests',
// 'version': '40',
// 'selenium-version': '2.47.1'
}],

baseUrl: env.baseUrl,
Expand Down

0 comments on commit 200b2c6

Please sign in to comment.