Skip e2e tests on gitlab for now

This commit is contained in:
Raphael Michel
2026-06-12 14:07:42 +02:00
parent 5a6870fce1
commit 034722fa39
+1 -2
View File
@@ -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: