diff --git a/superset-frontend/cypress-base/cypress.config.ts b/superset-frontend/cypress-base/cypress.config.ts index 7340830bf0016..96b74938ee983 100644 --- a/superset-frontend/cypress-base/cypress.config.ts +++ b/superset-frontend/cypress-base/cypress.config.ts @@ -51,6 +51,10 @@ export default defineConfig({ return arg; }); + + launchOptions.args.push( + ...['--disable-dev-shm-usage', '--disable-gpu'], + ); } return launchOptions; });