Skip to content

Commit 1c6f4d0

Browse files
committed
.
1 parent e9aa068 commit 1c6f4d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)