From e9d07be949cb42ed84d6b82f64ad8d74368216ae Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Tue, 24 Feb 2015 12:46:25 +0100 Subject: [PATCH] Disable tst_qaccessibilitylinux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test accidentally causes the screen reader (in newer Gnome environments) to be launched. This messes up the CI machines enough that nothing works afterwards. Disable the whole test until I write the proper fix. We don't lose anything because it was marked as insignificant anyway. Task-number: QTBUG-44434 Change-Id: I410e80580977178ea99a370c6c0909d1fb49a71c Reviewed-by: J-P Nurmi Reviewed-by: Jan Arve Sæther --- tests/auto/other/other.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro index bd3997f8c9..dcdf023ff7 100644 --- a/tests/auto/other/other.pro +++ b/tests/auto/other/other.pro @@ -13,7 +13,7 @@ SUBDIRS=\ modeltest \ networkselftest \ qaccessibility \ - qaccessibilitylinux \ + # qaccessibilitylinux \ # QTBUG-44434 qaccessibilitymac \ qcomplextext \ qfocusevent \