summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-11-25 15:56:17 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-11-25 17:29:29 +0100
commit97124c4f3981fa4255cff2196c1bd427dd977f6e (patch)
treefb0aa2fe4a15dfe57108fb42b29902ff3e4f9433 /dev-db
parentsci-visualization/paraview: Really drop QT_SELECT this time (diff)
downloadgentoo-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.ebuild5
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