Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Commit

Permalink
test: termporaily disabling non-chrome tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Dec 23, 2019
1 parent 3c6ee8a commit 97640c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions karma.sl.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ module.exports = (config) => {
slConfig.browsers = [
'SL_Chrome',
'SL_Chrome-1',
'SL_Firefox',
'SL_Firefox-1',
'SL_Safari',
'SL_Safari-1',
// 'SL_Firefox',
// 'SL_Firefox-1',
// 'SL_Safari',
// 'SL_Safari-1',
// 'SL_EDGE',
];
config.set(merge(createBaseConfig(config), slConfig));
Expand Down

0 comments on commit 97640c1

Please sign in to comment.