diff --git a/test/test.js b/test/test.js index 7bf7c02e..e91530c4 100644 --- a/test/test.js +++ b/test/test.js @@ -50,7 +50,7 @@ const defaultBrowserOptions = { executablePath, slowMo, headless, - args: ['--no-sandbox'] + args: ['--no-sandbox', '--disable-dev-shm-usage'] }; const timeout = slowMo ? 0 : 10 * 1000;