From ecba2e8851504ecb0c95c7b9b573f975803ee11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Thu, 29 Nov 2018 17:48:28 +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(+) create mode 100644 debian/unstable-tests.s390x diff --git a/debian/unstable-tests.s390x b/debian/unstable-tests.s390x new file mode 100644 index 000000000..552b1316e --- /dev/null +++ b/debian/unstable-tests.s390x @@ -0,0 +1 @@ +unit.pcre_test : MDEV-17865 -- GitLab