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

Commit 200b2c6

Browse files
committed
DO NOT SUBMIT - testing to catch error alone on Travis
1 parent 9a202ab commit 200b2c6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

spec/basic/polling_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var util = require('util');
55
* when using applications which poll with $http or $timeout.
66
* A better solution is to switch to the angular $interval service if possible.
77
*/
8-
describe('synchronizing with pages that poll', function() {
8+
fdescribe('synchronizing with pages that poll', function() {
99
beforeEach(function() {
1010
browser.get('index.html#/polling');
1111
});

spec/ciFullConf.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ exports.config = {
2626
'selenium-version': '2.47.1',
2727
'chromedriver-version': '2.19',
2828
'platform': 'OS X 10.9'
29-
}, {
30-
'browserName': 'firefox',
31-
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
32-
'build': process.env.TRAVIS_BUILD_NUMBER,
33-
'name': 'Protractor suite tests',
34-
'version': '40',
35-
'selenium-version': '2.47.1'
29+
// }, {
30+
// 'browserName': 'firefox',
31+
// 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
32+
// 'build': process.env.TRAVIS_BUILD_NUMBER,
33+
// 'name': 'Protractor suite tests',
34+
// 'version': '40',
35+
// 'selenium-version': '2.47.1'
3636
}],
3737

3838
baseUrl: env.baseUrl,

0 commit comments

Comments
 (0)