From 95529aee9d887634815456af50c68d379b33042e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFs=20Poujade?= <lois.poujade@tetras-libre.fr>
Date: Tue, 29 Nov 2022 10:15:40 +0100
Subject: [PATCH] no sandbox (should not work without ...?)

---
 jest-puppeteer.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jest-puppeteer.config.js b/jest-puppeteer.config.js
index b7f3d29..33e09f5 100644
--- a/jest-puppeteer.config.js
+++ b/jest-puppeteer.config.js
@@ -1,6 +1,7 @@
 module.exports = {
   launch: {
     headless: process.env.HEADLESS !== 'false',
+    args: ['--no-sandbox', '--disable-setuid-sandbox']
   },
   server: [{
     command: 'npm run server -- -p 4488',
-- 
GitLab