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:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user