Skip to content

Commit c1d09a1

Browse files
authored
fix: try to fix cypress with magic (apache#27098)
1 parent aa4e473 commit c1d09a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

superset-frontend/cypress-base/cypress.config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ export default defineConfig({
5151

5252
return arg;
5353
});
54+
55+
launchOptions.args.push(
56+
...['--disable-dev-shm-usage', '--disable-gpu'],
57+
);
5458
}
5559
return launchOptions;
5660
});

0 commit comments

Comments
 (0)