提交 8a1c693f 编写于 作者: S Sebastian Florek 提交者: Piotr Bryk

Disable IE protractor tests until compatibility issues are resolved (#795)

上级 25dac017
...@@ -57,11 +57,12 @@ function createConfig() { ...@@ -57,11 +57,12 @@ function createConfig() {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER, 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'name': name, 'name': name,
}, },
{ // {
'browserName': 'internet explorer', // TODO: disable for now until IE compatibility issues are fixed
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER, // 'browserName': 'internet explorer',
'name': name, // 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
}, // 'name': name,
// },
]; ];
// Limit concurrency to not exhaust saucelabs resources for the CI user. // Limit concurrency to not exhaust saucelabs resources for the CI user.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册