mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Temporarily removing Safari and Edge from Saucelabs
This commit is contained in:
+4
-2
@@ -53,9 +53,10 @@ module.exports = function(config) {
|
|||||||
|
|
||||||
// Safari
|
// Safari
|
||||||
if (runAll || process.env.SAUCE_SAFARI) {
|
if (runAll || process.env.SAUCE_SAFARI) {
|
||||||
|
// TODO: Fix the issue with disconnected tests
|
||||||
// customLaunchers.SL_Safari7 = createCustomLauncher('safari', 7);
|
// customLaunchers.SL_Safari7 = createCustomLauncher('safari', 7);
|
||||||
// customLaunchers.SL_Safari8 = createCustomLauncher('safari', 8);
|
// customLaunchers.SL_Safari8 = createCustomLauncher('safari', 8);
|
||||||
customLaunchers.SL_Safari9 = createCustomLauncher('safari', 9);
|
// customLaunchers.SL_Safari9 = createCustomLauncher('safari', 9);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Opera
|
// Opera
|
||||||
@@ -76,7 +77,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