You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/02/13 17:35:16 UTC

(superset) branch master updated: fix: try to fix cypress with magic (#27098)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e4a723d840 fix: try to fix cypress with magic (#27098)
e4a723d840 is described below

commit e4a723d8407dddd7099fb4d52e2c494d14f14228
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Tue Feb 13 09:35:11 2024 -0800

    fix: try to fix cypress with magic (#27098)
---
 superset-frontend/cypress-base/cypress.config.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/superset-frontend/cypress-base/cypress.config.ts b/superset-frontend/cypress-base/cypress.config.ts
index 7340830bf0..96b74938ee 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;
       });