You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [[ -n $TEST_MODULES ]]; then export CHROME_BIN=chromium-browser; export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi
123
+
- if [[ -n $TEST_MODULES ]]; then export DBUS_SESSION_BUS_ADDRESS=/dev/null; export CHROME_BIN=chromium-browser; export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi
124
124
125
125
script:
126
126
- if [[ -n $TEST_MODULES ]]; then export MODULES="${TEST_MODULES}"; fi
0 commit comments