From d63a15fc9602208e87dd4734fb091b1debd923de Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 17 Feb 2021 15:17:53 +0100 Subject: [PATCH] Fix #16479 - Do not allow Selenium tests to fail Signed-off-by: William Desportes --- .github/workflows/test-selenium.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-selenium.yml b/.github/workflows/test-selenium.yml index 80750d09ab..b4beac6614 100644 --- a/.github/workflows/test-selenium.yml +++ b/.github/workflows/test-selenium.yml @@ -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: