From 8a1c693fb224854911f5a9a093c62eedf535eace Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Wed, 1 Jun 2016 16:27:37 +0200 Subject: [PATCH] Disable IE protractor tests until compatibility issues are resolved (#795) --- build/protractor.conf.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build/protractor.conf.js b/build/protractor.conf.js index c310f5820..0c48bbf80 100644 --- a/build/protractor.conf.js +++ b/build/protractor.conf.js @@ -57,11 +57,12 @@ function createConfig() { 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER, 'name': name, }, - { - 'browserName': 'internet explorer', - 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER, - 'name': name, - }, + // { + // TODO: disable for now until IE compatibility issues are fixed + // 'browserName': 'internet explorer', + // 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER, + // 'name': name, + // }, ]; // Limit concurrency to not exhaust saucelabs resources for the CI user. -- GitLab