commit:     2c58c81f05f45afb4b733a8e21c6ba1fd025af9b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 19 14:10:06 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Nov 19 14:10:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c58c81f

dev-db/mysql: disable federated.federated_plugin test

Closes: https://bugs.gentoo.org/670816
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-db/mysql/mysql-5.5.62.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-db/mysql/mysql-5.5.62.ebuild b/dev-db/mysql/mysql-5.5.62.ebuild
index 630c5076e7d..cb229697802 100644
--- a/dev-db/mysql/mysql-5.5.62.ebuild
+++ b/dev-db/mysql/mysql-5.5.62.ebuild
@@ -476,7 +476,8 @@ src_test() {
        # segfaults at random under Portage only, suspect resource limits.
 
        local t
-       for t in main.mysql_client_test main.mysql_client_test_nonblock \
+       for t in federated.federated_plugin \
+               main.mysql_client_test main.mysql_client_test_nonblock \
                main.mysql_client_test_comp rpl.rpl_extra_col_master_myisam \
                main.mysqlhotcopy_archive main.mysqlhotcopy_myisam 
main.openssl_1 \
                rpl.rpl_semi_sync_uninstall_plugin ; do

Reply via email to