From 972dff08490900909e7e9877a45b9429918211b3 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 11 Jun 2025 09:40:32 +1000 Subject: [PATCH] MDEV-34933 remove MSAN exclusion on test plugins.rpl_auth Revert "disable the test that doesn't work in MSAN" This reverts commit 18cf72df56e8582d620711627bbd7820015068ca. --- mysql-test/suite/plugins/t/rpl_auth.test | 3 --- 1 file changed, 3 deletions(-) diff --git a/mysql-test/suite/plugins/t/rpl_auth.test b/mysql-test/suite/plugins/t/rpl_auth.test index 24d321aede9..ecaaf12a04b 100644 --- a/mysql-test/suite/plugins/t/rpl_auth.test +++ b/mysql-test/suite/plugins/t/rpl_auth.test @@ -1,6 +1,3 @@ -# MSAN doesn't like gnutls_rnd -source include/not_msan.inc; - if ($MTR_COMBINATION_ED25519) { let $AUTH_PLUGIN = ed25519; let $CLIENT_PLUGIN=client_ed25519;