We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dac01 commit 8a1c693Copy full SHA for 8a1c693
build/protractor.conf.js
@@ -57,11 +57,12 @@ function createConfig() {
57
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
58
'name': name,
59
},
60
- {
61
- 'browserName': 'internet explorer',
62
- 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
63
- 'name': name,
64
- },
+ // {
+ // TODO: disable for now until IE compatibility issues are fixed
+ // 'browserName': 'internet explorer',
+ // 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
+ // 'name': name,
65
+ // },
66
];
67
68
// Limit concurrency to not exhaust saucelabs resources for the CI user.
0 commit comments