commit: 7805ff5572da34c96eb3e6511be42af47687ec01
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri May 21 02:12:11 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri May 21 02:12:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7805ff55
dev-db/mysql: add bug number for failing test
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-db/mysql/mysql-8.0.25.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/mysql/mysql-8.0.25.ebuild b/dev-db/mysql/mysql-8.0.25.ebuild
index 9387a2bcb56..d2edcb9991c 100644
--- a/dev-db/mysql/mysql-8.0.25.ebuild
+++ b/dev-db/mysql/mysql-8.0.25.ebuild
@@ -386,7 +386,7 @@ src_test() {
touch "${T}/disabled.def"
local -a disabled_tests
- disabled_tests+=( "auth_sec.atomic_rename_user;0;Depends on user
running test" )
+ disabled_tests+=( "auth_sec.atomic_rename_user;103512;Depends on user
running test" )
disabled_tests+=( "auth_sec.keyring_file_data_qa;0;Won't work with user
privileges" )
disabled_tests+=( "gis.spatial_analysis_functions_buffer;5452;Known
rounding error with latest AMD processors (PS)" )
disabled_tests+=( "gis.gis_bugs_crashes;5452;Known rounding error with
latest AMD processors (PS)" )