From 7889e35340ceffd138f69c8223ac083dccb49b40 Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Mon, 24 Apr 2017 23:00:51 +0800 Subject: [PATCH] Run Chrome with --no-sandbox --- karma.conf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/karma.conf.js b/karma.conf.js index 291c304bc5..3e43f9a750 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -76,6 +76,7 @@ module.exports = function (config) { flags: [ '--headless', '--disable-gpu', + '--no-sandbox', // Without a remote debugging port, Google Chrome exits immediately. '--remote-debugging-port=9222' ]