summaryrefslogtreecommitdiff
path: root/dev-db/mysql/mysql-8.0.40.ebuild
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-02-20 09:37:08 +0200
committerSam James <sam@gentoo.org>2025-03-10 00:19:13 +0000
commit7f41d97b384acdf5bad71feb2ba0dc8e14350b93 (patch)
tree9bddb5cf184bbf2896cc5c056dcb96a1265ff687 /dev-db/mysql/mysql-8.0.40.ebuild
parenta2356b5253d53088deedfb4f547e0cc6642a1b10 (diff)
downloadgentoo-7f41d97b384acdf5bad71feb2ba0dc8e14350b93.tar.gz
gentoo-7f41d97b384acdf5bad71feb2ba0dc8e14350b93.tar.bz2
gentoo-7f41d97b384acdf5bad71feb2ba0dc8e14350b93.zip
dev-db/mysql: disable broken tests
Upstream commit: 8872c9a4530d35ab4299517708208d60b1db04ee Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-8.0.40.ebuild')
-rw-r--r--dev-db/mysql/mysql-8.0.40.ebuild4
1 files changed, 4 insertions, 0 deletions
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