diff --git a/mysql-test/suite/rpl/t/rpl_semi_sync.test b/mysql-test/suite/rpl/t/rpl_semi_sync.test index b04541aba21..c6c4096f0fc 100644 --- a/mysql-test/suite/rpl/t/rpl_semi_sync.test +++ b/mysql-test/suite/rpl/t/rpl_semi_sync.test @@ -3,6 +3,10 @@ source include/not_embedded.inc; source include/have_innodb.inc; source include/master-slave.inc; +# -- [DISABLED Bug#49557] +# This test case fails on Windows due to Bug#49557. +source include/not_windows.inc; + let $engine_type= InnoDB; #let $engine_type= MyISAM;