diff --git a/test/smoke_test.js b/test/smoke_test.js index a7f3a71b3c1..3bc3e7559b6 100644 --- a/test/smoke_test.js +++ b/test/smoke_test.js @@ -15,7 +15,7 @@ const path = require('path'); (async () => { const browser = await puppeteer.launch({ // when debugging localy setting headless to "false" can be very helpful - headless: false, + headless: true, args: ["--disable-local-storage", "--no-sandbox"] }); const page = await browser.newPage();