You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2024/03/04 20:02:51 UTC

(superset) branch test-ci updated: Revert "fix: try to fix cypress with magic (#27098)"

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

michaelsmolina pushed a commit to branch test-ci
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/test-ci by this push:
     new 9dac2178c1 Revert "fix: try to fix cypress with magic (#27098)"
9dac2178c1 is described below

commit 9dac2178c1f3978951526e460f226ed0d6b4dab3
Author: Michael S. Molina <mi...@gmail.com>
AuthorDate: Mon Mar 4 15:02:28 2024 -0500

    Revert "fix: try to fix cypress with magic (#27098)"
    
    This reverts commit e4a723d8407dddd7099fb4d52e2c494d14f14228.
---
 superset-frontend/cypress-base/cypress.config.ts | 4 ----
 1 file changed, 4 deletions(-)

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