Skip to content

Commit 8a1c693

Browse files
Sebastian Florekbryk
authored andcommitted
Disable IE protractor tests until compatibility issues are resolved (#795)
1 parent 25dac01 commit 8a1c693

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build/protractor.conf.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ function createConfig() {
5757
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
5858
'name': name,
5959
},
60-
{
61-
'browserName': 'internet explorer',
62-
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
63-
'name': name,
64-
},
60+
// {
61+
// TODO: disable for now until IE compatibility issues are fixed
62+
// 'browserName': 'internet explorer',
63+
// 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
64+
// 'name': name,
65+
// },
6566
];
6667

6768
// Limit concurrency to not exhaust saucelabs resources for the CI user.

0 commit comments

Comments
 (0)