Skip to content

Commit 98d40f2

Browse files
committed
Re-add chrome opt --disable-dev-shm-usage
1 parent 22585a3 commit 98d40f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/scripts/run_emscripten_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def __init__(self, hostname, port):
274274
options = Options()
275275
options.add_argument("--headless")
276276
options.add_argument("--no-sandbox")
277+
options.add_argument("--disable-dev-shm-usage")
277278
driver = webdriver.Chrome(options=options)
278279
driver.command_executor._client_config.timeout = 1200
279280
super().__init__(hostname, port, driver)

0 commit comments

Comments
 (0)