Skip to content

Commit

Permalink
chore: disable ie/safari browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed May 11, 2022
1 parent cd9bd91 commit 5d7f895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ module.exports = karmaConfig({
browsers: {
chrome: host.ci ? host.os.linux : true,
firefox: host.ci ? host.os.linux : true,
safari: host.ci ? host.os.linux : host.os.mac, // SauceLabs in CI
// safari: host.ci ? host.os.linux : host.os.mac, // SauceLabs in CI
edge: host.ci ? host.os.linux : host.os.windows, // SauceLabs in CI
ie: host.ci ? host.os.windows : false, // IE needs to run by itself, due to Babel transforms
// ie: host.ci ? host.os.windows : false, // IE needs to run by itself, due to Babel transforms
},
});

0 comments on commit 5d7f895

Please sign in to comment.