From 6a3b7ed898a3b217081c76f5479ee27a505790ab Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 9 Jul 2021 10:21:35 +0200
Subject: [PATCH] PIPELINE: remove test/test_0_autotap.sql for mysql unit test

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf23522..bccf77e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,6 +86,9 @@ unittests-mysql-5:
       command: ["--default-authentication-plugin=mysql_native_password"]
 
   script:
+    # remove autotap because the checks of (autogenerated) names of constraints
+    # and the checks of column default values don't work with mysql
+    - rm tests/test_autotap.sql
     - make pipeline-test SQL_HOST=mysql
 
 ######## Deploy ########
-- 
GitLab