diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-21 04:12:11 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-21 04:12:20 +0200 |
commit | 7805ff5572da34c96eb3e6511be42af47687ec01 (patch) | |
tree | ee4dfce2a403d653ae1267cebac623aadf691789 /dev-db/mysql | |
parent | dev-db/percona-server: bump to v8.0.23-14 (diff) | |
download | gentoo-7805ff5572da34c96eb3e6511be42af47687ec01.tar.gz gentoo-7805ff5572da34c96eb3e6511be42af47687ec01.tar.bz2 gentoo-7805ff5572da34c96eb3e6511be42af47687ec01.zip |
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@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-8.0.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.25.ebuild b/dev-db/mysql/mysql-8.0.25.ebuild index 9387a2bcb567..d2edcb9991cb 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)" ) |