diff --git a/mysql-test/suite/rpl/t/rpl_heartbeat_timestamp.test b/mysql-test/suite/rpl/t/rpl_heartbeat_timestamp.test index 0be9ba6d89a3..14db5951ccc0 100644 --- a/mysql-test/suite/rpl/t/rpl_heartbeat_timestamp.test +++ b/mysql-test/suite/rpl/t/rpl_heartbeat_timestamp.test @@ -7,6 +7,9 @@ # slave_2 is between 0 and heartbeat period. We then kill the master and # check if the lag on slave_2 keeps increasing. +source include/not_valgrind.inc; +source include/not_parallel.inc; + let $rpl_server_count= 3; let $rpl_topology= 1->2->3; source include/rpl_init.inc;