From 200b2c6e91e0caa46f459d8ba94bae6caf71acff Mon Sep 17 00:00:00 2001 From: Julie Ralph Date: Wed, 30 Sep 2015 11:49:01 -0700 Subject: [PATCH] DO NOT SUBMIT - testing to catch error alone on Travis --- spec/basic/polling_spec.js | 2 +- spec/ciFullConf.js | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) 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,