DEV: rake qunit:test was crashing on macOS due to a flag (#8119)

flag: --disable-software-rasterizer
This commit is contained in:
Joffrey JAFFEUX 2019-10-01 20:40:48 +02:00 committed by GitHub
parent b48ca9dee9
commit 4aefe589de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,6 @@ async function runAllTests() {
"--headless",
"--no-sandbox",
"--disable-dev-shm-usage",
"--disable-software-rasterizer",
"--mute-audio",
"--window-size=1440,900"
]