2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Temporarily removing Safari and Edge from Saucelabs

This commit is contained in:
Nick Uraltsev
2016-06-22 23:33:20 -07:00
parent 29a1e10871
commit e97123dc52
+4 -2
View File
@@ -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