diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-25 15:56:17 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-25 17:29:29 +0100 |
commit | 97124c4f3981fa4255cff2196c1bd427dd977f6e (patch) | |
tree | fb0aa2fe4a15dfe57108fb42b29902ff3e4f9433 /dev-db | |
parent | sci-visualization/paraview: Really drop QT_SELECT this time (diff) | |
download | gentoo-97124c4f3981fa4255cff2196c1bd427dd977f6e.tar.gz gentoo-97124c4f3981fa4255cff2196c1bd427dd977f6e.tar.bz2 gentoo-97124c4f3981fa4255cff2196c1bd427dd977f6e.zip |
dev-db/mysql: skip innodb.import_compress_encrypt test
Requires working keyring plugin.
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-5.7.32.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.7.32.ebuild b/dev-db/mysql/mysql-5.7.32.ebuild index b32ef6ec334e..122085a4a028 100644 --- a/dev-db/mysql/mysql-5.7.32.ebuild +++ b/dev-db/mysql/mysql-5.7.32.ebuild @@ -499,7 +499,10 @@ src_test() { # local t - for t in auth_sec.keyring_udf ; do + for t in \ + auth_sec.keyring_udf \ + innodb.import_compress_encrypt \ + ; do _disable_test "$t" "False positives in Gentoo" done |