Skip to content

Commit

Permalink
fix: Only run chrome once in a standard way.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Dec 17, 2024
1 parent e563295 commit 8548acb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/karma.ci.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ module.exports = function(config) {
autoWatch: false,
customLaunchers: {
Chrome_github_ci: {
base: 'Chrome',
flags: ['--no-sandbox']
base: 'Chrome'
}
},
browsers: ['Chrome_github_ci', 'Firefox', 'ChromeHeadless'],
browsers: ['Chrome_github_ci', 'Firefox'],
logLevel: config.LOG_INFO,
preprocessors: {
'src/js/**/*.js': ['coverage']
Expand Down

0 comments on commit 8548acb

Please sign in to comment.