From 60b9d396b7712c46924564c6a73a0c02ff88f0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sat, 30 Mar 2019 17:24:24 +0200 Subject: [PATCH] Disable test unit.pcre_test on s390x that was failing in stretch-security Upstream developer confirmed the test is unimportant and it is OK to allow it to fail. https://jira.mariadb.org/browse/MDEV-17865 --- debian/unstable-tests.s390x | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/unstable-tests.s390x b/debian/unstable-tests.s390x index 97d90f774..34ee8513a 100644 --- a/debian/unstable-tests.s390x +++ b/debian/unstable-tests.s390x @@ -15,3 +15,4 @@ rpl.rpl_row_sp001 : MDEV-9329 rpl.rpl_insert : MDEV-9329 rpl.rpl_insert_delayed : MDEV-9329 main.delayed : https://jira.mariadb.org/browse/MDEV-9679 +unit.pcre_test : MDEV-17865 -- GitLab