Skip to content

Commit

Permalink
ci: disable firefox for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed May 19, 2020
1 parent 112b3a4 commit 6779cf0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions karma.conf.js
Expand Up @@ -53,7 +53,8 @@ const firefoxFlags = {
'devtools.toolbox.host': 'right',
'devtools.toolbox.selectedTool': 'webconsole',
'devtools.chrome.enabled': true,
// disable autoplay blocking, see https://www.ghacks.net/2018/09/21/firefox-improved-autoplay-blocking/
// disable autoplay blocking, see:
// https://www.ghacks.net/2018/09/21/firefox-improved-autoplay-blocking/
'media.autoplay.default': 1,
'media.autoplay.ask-permission': false,
'media.autoplay.enabled.user-gestures-needed': false,
Expand Down Expand Up @@ -256,7 +257,7 @@ module.exports = function(config) {
};

if (ci) {
configuration.browsers = ['Chrome_dev', 'Firefox_headless'];
configuration.browsers = ['Chrome_dev'], //, 'Firefox_headless'];
configuration.singleRun = true;
configuration.detectBrowsers.enabled = false;

Expand Down

0 comments on commit 6779cf0

Please sign in to comment.