Skip to content
Snippets Groups Projects
Verified Commit 2f4a41bd authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Failing MySQL tests should not stop the pipeline.

parent bb690bb2
No related branches found
No related tags found
2 merge requests!7Release v5.0.0,!4CI pipeline for mysql unit tests
Pipeline #9832 passed with warnings
...@@ -67,6 +67,8 @@ unittests-mariadb: ...@@ -67,6 +67,8 @@ unittests-mariadb:
unittests-mysql: unittests-mysql:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
# Should not stop the pipeline from continuing.
allow_failure: true
services: services:
- name: mysql:8.0 - name: mysql:8.0
command: ["--default-authentication-plugin=mysql_native_password"] command: ["--default-authentication-plugin=mysql_native_password"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment