diff --git a/build/protractor.conf.js b/build/protractor.conf.js index c310f5820e725839fb0423b93dec051c1f3375f3..0c48bbf80c583178b88ec7f77042810d8c1d73fa 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.