Skip to content

Commit

Permalink
fix: try to fix cypress with magic (#27098)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 13, 2024
1 parent 847ed3f commit e4a723d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions superset-frontend/cypress-base/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ export default defineConfig({

return arg;
});

launchOptions.args.push(
...['--disable-dev-shm-usage', '--disable-gpu'],
);
}
return launchOptions;
});
Expand Down

0 comments on commit e4a723d

Please sign in to comment.