Skip to content

Commit 5d7f895

Browse files
committed
chore: disable ie/safari browser tests
1 parent cd9bd91 commit 5d7f895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ module.exports = karmaConfig({
1313
browsers: {
1414
chrome: host.ci ? host.os.linux : true,
1515
firefox: host.ci ? host.os.linux : true,
16-
safari: host.ci ? host.os.linux : host.os.mac, // SauceLabs in CI
16+
// safari: host.ci ? host.os.linux : host.os.mac, // SauceLabs in CI
1717
edge: host.ci ? host.os.linux : host.os.windows, // SauceLabs in CI
18-
ie: host.ci ? host.os.windows : false, // IE needs to run by itself, due to Babel transforms
18+
// ie: host.ci ? host.os.windows : false, // IE needs to run by itself, due to Babel transforms
1919
},
2020
});

0 commit comments

Comments
 (0)