commit: 7f41d97b384acdf5bad71feb2ba0dc8e14350b93
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Thu Feb 20 07:37:08 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 00:19:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f41d97b
dev-db/mysql: disable broken tests
Upstream commit: 8872c9a4530d35ab4299517708208d60b1db04ee
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-db/mysql/mysql-8.0.40.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-db/mysql/mysql-8.0.40.ebuild b/dev-db/mysql/mysql-8.0.40.ebuild
index eeffe2b39ec6..6a97a5f62cc4 100644
--- a/dev-db/mysql/mysql-8.0.40.ebuild
+++ b/dev-db/mysql/mysql-8.0.40.ebuild
@@ -477,6 +477,10 @@ src_test() {
"main.slow_log;0;Known failure - no upstream bug yet"
"sys_vars.build_id_basic;0;Requires -DWITH_BUILD_ID=ON"
+
+ # Fixed in 8.0.41
+ #
https://github.com/mysql/mysql-server/commit/8872c9a4530d35ab4299517708208d60b1db04ee
+ "main.time_zone;0;Relies on deprecated timezone name MET"
)
if ! hash zip 1>/dev/null 2>&1 ; then