2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-23 20:40:40 +03:00

Temporarily removing Edge from Sauce Labs

This commit is contained in:
Nick Uraltsev
2016-10-10 18:11:00 -07:00
parent 2f7be51ae8
commit 12341d88c0
+2 -1
View File
@@ -81,7 +81,8 @@ module.exports = function(config) {
// Edge // Edge
if (runAll || process.env.SAUCE_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 // IOS