dev-db/mariadb: Disable broken test
authorBrian Evans <grknight@gentoo.org>
Sat, 21 Jul 2018 13:25:59 +0000 (09:25 -0400)
committerBrian Evans <grknight@gentoo.org>
Sat, 21 Jul 2018 13:30:26 +0000 (09:30 -0400)
This test incorrectly does not disable when profiling is not set

Closes: https://bugs.gentoo.org/661700
Package-Manager: Portage-2.3.42, Repoman-2.3.9

dev-db/mariadb/mariadb-10.1.34.ebuild

index 749aac700d33e178fb6ecccc9ce6c8ff61adc6f9..b7ba9f62252d4980a72a5c836eac3d7798b432c6 100644 (file)
@@ -572,6 +572,8 @@ src_test() {
                _disable_test main.plugin_auth "Needs client libraries built"
        fi
 
+       _disable_test sys_vars.sysvars_server_notembedded "Broken test" # bug #661700 required profiling always on
+
        # run mysql-test tests
        perl mysql-test-run.pl --force --vardir="${T}/var-tests" --reorder --skip-test=tokudb --skip-test-list="${T}/disabled.def"
        retstatus_tests=$?