From fcbd114936627922b78e25dae12821287e072e86 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Fri, 21 Feb 2025 18:13:25 +0000 Subject: [PATCH] Do not run MySQL tests in parallel --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83ab2bc2b1..012a08fcb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ concurrency: # - django 4.2, python 3.9, postgres:12, psycopg 2, parallel # - django 4.2, python 3.10, mysql:8.0 # - django 4.2, python 3.11, mariadb:10.5 -# - django 5.1, python 3.12, mysql:8.4, parallel, USE_EMAIL_USER_MODEL=yes +# - django 5.1, python 3.12, mysql:8.4, USE_EMAIL_USER_MODEL=yes # - django 5.1, python 3.12, mariadb:11.4, USE_EMAIL_USER_MODEL=yes # - django 5.1, python 3.13, sqlite, parallel, WAGTAIL_CHECK_TEMPLATE_NUMBER_FORMAT=1 # - django 5.1, python 3.13, postgres:15, psycopg 3, parallel, DISABLE_TIMEZONE=yes @@ -197,7 +197,6 @@ jobs: - python: '3.12' django: 'Django>=5.1,<5.2' experimental: false - parallel: '--parallel' mysql: 'mysql:8.4' emailuser: emailuser services: