File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -125,11 +125,10 @@ jobs:
125125 setUpCmd : |
126126 docker run --detach --quiet --network=host --shm-size=1g --entrypoint= \
127127 --volume ./vendor/mink/driver-testsuite/web-fixtures:/fixtures \
128- --volume /var/run/dbus:/var/run/dbus \
129128 --name chrome zenika/alpine-chrome:latest \
130129 chromium-browser --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --enable-logging=stderr --v=1 \
131130 --no-sandbox --enable-automation --headless=new --no-first-run --disable-background-networking \
132- --disable-gpu --disable-extensions --disable-web-security
131+ --disable-gpu --disable-extensions --disable-web-security --disable-features=UseDbus
133132 sed -e "s#http://localhost/#http://localhost:8002/#" -e "s#http://localhost:9222#http://127.0.0.1:9222#" phpunit.xml.dist > phpunit.xml
134133 curl --retry 5 --retry-all-errors --retry-delay 1 --max-time 10 --head -X GET http://localhost:9222/
135134 # language=bash
You can’t perform that action at this time.
0 commit comments