Skip to content

Commit 1346916

Browse files
committed
Remove firefox from unit tests for mysterious failures on ci
1 parent 48967c0 commit 1346916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/config/karma.unit.conf.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module.exports = function (config) {
118118

119119
// start these browsers
120120
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
121-
browsers: ['Chrome_for_docker', 'FirefoxHeadless'],
121+
browsers: ['Chrome_for_docker'],
122122

123123
// Continuous Integration mode
124124
// if true, Karma captures browsers, runs the tests and exits

0 commit comments

Comments
 (0)