提交 e97123dc 编写于 作者: N Nick Uraltsev

Temporarily removing Safari and Edge from Saucelabs

上级 29a1e108
......@@ -53,9 +53,10 @@ module.exports = function(config) {
// Safari
if (runAll || process.env.SAUCE_SAFARI) {
// TODO: Fix the issue with disconnected tests
// customLaunchers.SL_Safari7 = createCustomLauncher('safari', 7);
// customLaunchers.SL_Safari8 = createCustomLauncher('safari', 8);
customLaunchers.SL_Safari9 = createCustomLauncher('safari', 9);
// customLaunchers.SL_Safari9 = createCustomLauncher('safari', 9);
}
// Opera
......@@ -76,7 +77,8 @@ module.exports = function(config) {
// Edge
if (runAll || process.env.SAUCE_EDGE) {
customLaunchers.SL_Edge = createCustomLauncher('microsoftedge', null, 'Windows 10');
// TODO: Fix the issue with disconnected tests
// customLaunchers.SL_Edge = createCustomLauncher('microsoftedge', null, 'Windows 10');
}
// IOS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册