Fix #16479 - Do not allow Selenium tests to fail

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-02-17 15:17:53 +01:00
parent 8b36d38aee
commit d63a15fc96
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -110,8 +110,6 @@ jobs:
TESTSUITE_DATABASE_PREFIX: "selenium"
TESTSUITE_SELENIUM_HOST: "127.0.0.1"
TESTSUITE_SELENIUM_PORT: "4444"
# Allowed errors: https://github.com/phpmyadmin/phpmyadmin/issues/16479
continue-on-error: true
run: ./vendor/bin/phpunit --group selenium --verbose --debug --no-coverage
- name: Output logs and stop server
env: