From 5af68ba3f1717f9b04ef77a3cba5f0b24c1c841e Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Tue, 16 May 2023 10:51:18 +0200 Subject: [PATCH] ignore a11y tests for now, re #2635 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea6858d3f26..8147bea2ed9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -294,7 +294,7 @@ test-e2e: - *initialize-studip-database - npm ci - npm install playwright - - npx playwright install --with-deps + - npx playwright install --with-deps --grep-invert a11y script: - php -S $PHP_WEBSERVER_URL -t public & - PHP_SERVER_PID=$! -- GitLab