diff --git a/mysql-test/suite/plugins/t/rpl_auth.test b/mysql-test/suite/plugins/t/rpl_auth.test index 0754b209d7a..cd188212a70 100644 --- a/mysql-test/suite/plugins/t/rpl_auth.test +++ b/mysql-test/suite/plugins/t/rpl_auth.test @@ -1,3 +1,6 @@ +# MSAN doesn't like gnutls_rnd +source include/not_msan.inc; + if ($MTR_COMBINATION_ED25519) { if (!$AUTH_ED25519_SO) { skip No auth_ed25519 plugin;