From 125e755e5c27f16b485f4bbb8eeba68d8fc5021b Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Tue, 14 May 2019 15:19:08 +0200 Subject: Suppress keychain access popup from chromedriver in Karma --- config/karma.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/karma.config.js b/config/karma.config.js index 83ba46345f2..b2fc3a32816 100644 --- a/config/karma.config.js +++ b/config/karma.config.js @@ -107,6 +107,8 @@ module.exports = function(config) { // chrome cannot run in sandboxed mode inside a docker container unless it is run with // escalated kernel privileges (e.g. docker run --cap-add=CAP_SYS_ADMIN) '--no-sandbox', + // https://bugs.chromium.org/p/chromedriver/issues/detail?id=2870 + '--enable-features=NetworkService,NetworkServiceInProcess', ], }, }, -- cgit v1.2.1