mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 17:56:32 +08:00
DEV: rake qunit:test was crashing on macOS due to a flag (#8119)
flag: --disable-software-rasterizer
This commit is contained in:
parent
b48ca9dee9
commit
4aefe589de
|
@ -43,7 +43,6 @@ async function runAllTests() {
|
||||||
"--headless",
|
"--headless",
|
||||||
"--no-sandbox",
|
"--no-sandbox",
|
||||||
"--disable-dev-shm-usage",
|
"--disable-dev-shm-usage",
|
||||||
"--disable-software-rasterizer",
|
|
||||||
"--mute-audio",
|
"--mute-audio",
|
||||||
"--window-size=1440,900"
|
"--window-size=1440,900"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user