Skip to content

Commit

Permalink
Pin selenium/standalone-chrome to 4.1.2-20220217. farmOS#514
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Mar 31, 2022
1 parent 11cc36a commit 48e89db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docker/docker-compose.development.yml
Expand Up @@ -28,4 +28,7 @@ services:

# Enable this service when executing javascript tests.
# chrome:
# image: selenium/standalone-chrome:latest

# Tests are failing on later versions of this image.
# See https://github.com/farmOS/farmOS/issues/514
image: selenium/standalone-chrome:4.1.2-20220217
4 changes: 3 additions & 1 deletion docker/docker-compose.testing.common.yml
Expand Up @@ -10,4 +10,6 @@ services:
XDEBUG_MODE: 'off'

chrome:
image: selenium/standalone-chrome:latest
# Tests are failing on later versions of this image.
# See https://github.com/farmOS/farmOS/issues/514
image: selenium/standalone-chrome:4.1.2-20220217

0 comments on commit 48e89db

Please sign in to comment.