From 034722fa395f74772623de09560f0232838adef7 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 12 Jun 2026 14:07:29 +0200 Subject: [PATCH] Skip e2e tests on gitlab for now --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0e889d489..377bbfe970 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,7 @@ tests: - cd src - python manage.py check - make all compress - - playwright install - - PRETIX_CONFIG_FILE=tests/ci_sqlite.cfg py.test -n 3 tests --maxfail=100 + - PRETIX_CONFIG_FILE=tests/ci_sqlite.cfg py.test -n 3 tests --ignore=tests/e2e --maxfail=100 except: - '/^v.*$/' pypi: