From 69e4c74e079fc78812a75b1e2c050890161826bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Tue, 10 Mar 2020 13:31:20 +0200 Subject: [PATCH] Make main.mysql_client_test non-great again Re-enable main.mysql_client_test on all builders, because at the moment we do not run any --big-test on buildbot due to resource constraints. A number of tests were declared big in commit eeee1832d792ac296e1cebeeed1f7a7ce4ce4551 in an attempt to save resources on buildbot. --- mysql-test/t/mysql_client_test.test | 2 -- 1 file changed, 2 deletions(-) diff --git a/mysql-test/t/mysql_client_test.test b/mysql-test/t/mysql_client_test.test index 8fbbbc1602e..8c2f5e2c32b 100644 --- a/mysql-test/t/mysql_client_test.test +++ b/mysql-test/t/mysql_client_test.test @@ -2,8 +2,6 @@ -- source include/not_embedded.inc # need to have the dynamic loading turned on for the client plugin tests --source include/have_plugin_auth.inc -# This test is slow on buildbot. ---source include/big_test.inc # Run test with default character set --source include/default_charset.inc