diff --git a/spec/basic/polling_spec.js b/spec/basic/polling_spec.js index 1a0dd0a3b..346d13f9d 100644 --- a/spec/basic/polling_spec.js +++ b/spec/basic/polling_spec.js @@ -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'); }); diff --git a/spec/ciFullConf.js b/spec/ciFullConf.js index 01b575eb3..d3b2cd686 100644 --- a/spec/ciFullConf.js +++ b/spec/ciFullConf.js @@ -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,