From 1b305ccda0e8c7d9064b8a02697c2354ee92abd5 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Mon, 26 Aug 2019 15:25:05 +0200 Subject: [PATCH] Add one test failing only on F30 on aarch64 --- community-mysql.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community-mysql.spec b/community-mysql.spec index a5f11b7..434e4ee 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -378,6 +378,10 @@ add_test perfschema.func_file_io missing hw on arm32 add_test perfschema.func_mutex missing hw on arm32 add_test perfschema.global_read_lock missing hw on arm32 add_test perfschema.setup_objects missing hw on arm32 +# Failing in ~90% of times only on F30 +%if 0%{?fedora} == 30 +add_test innodb.create_tablespace +%endif %endif popd