Skip to content

Commit bea1da2

Browse files
committed
chore: disable ie/safari browser testing
1 parent fd275ff commit bea1da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ 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 : true,
18+
// ie: host.ci ? host.os.windows : true,
1919
},
2020
config: {
2121
exclude: [

0 commit comments

Comments
 (0)