diff --git a/.github/workflows/build-2.x.yml b/.github/workflows/build-2.x.yml index c820fe914..2851956b8 100644 --- a/.github/workflows/build-2.x.yml +++ b/.github/workflows/build-2.x.yml @@ -51,7 +51,8 @@ jobs: image: drupalci/webdriver-chromedriver:production ports: - 9515:9515 - options: --entrypoint 'chromedriver --log-path=/tmp/chromedriver.log --verbose --allowed-ips= --allowed-origins=*' + # XXX: Doesn't presently work; however, seems to represent the current default. + #options: --entrypoint 'chromedriver --log-path=/tmp/chromedriver.log --verbose --allowed-ips= --allowed-origins=*' # Steps represent a sequence of tasks that will be executed as part of the job steps: