From 411a3490fd4111c9b253d00c228e9e75f80abd87 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Fri, 24 Apr 2015 12:48:08 +0200 Subject: Tests: Blacklist tst_QHostInfo::abortHostLookupInDifferentThread Remove the insignificant_test CONFIG option in favor of a BLACKLIST file. This test has been found failing on OpenSuse in CI. Change-Id: Ibc6af3c30277fec7e422e8bbeccd9437de2a61ce Task-number: QTBUG-23837 Reviewed-by: Kai Koehne Reviewed-by: Frederik Gladhorn --- tests/auto/network/kernel/qhostinfo/BLACKLIST | 3 +++ tests/auto/network/kernel/qhostinfo/qhostinfo.pro | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 tests/auto/network/kernel/qhostinfo/BLACKLIST (limited to 'tests') diff --git a/tests/auto/network/kernel/qhostinfo/BLACKLIST b/tests/auto/network/kernel/qhostinfo/BLACKLIST new file mode 100644 index 0000000000..ea4b64d7c2 --- /dev/null +++ b/tests/auto/network/kernel/qhostinfo/BLACKLIST @@ -0,0 +1,3 @@ +# QTBUG-23837 +[abortHostLookupInDifferentThread] +opensuse-13.1 64bit diff --git a/tests/auto/network/kernel/qhostinfo/qhostinfo.pro b/tests/auto/network/kernel/qhostinfo/qhostinfo.pro index a95a6bc2d6..4fca7950dd 100644 --- a/tests/auto/network/kernel/qhostinfo/qhostinfo.pro +++ b/tests/auto/network/kernel/qhostinfo/qhostinfo.pro @@ -14,5 +14,3 @@ wince*: { # needed for getaddrinfo with official MinGW mingw:DEFINES += _WIN32_WINNT=0x0501 - -linux-*:CONFIG+=insignificant_test # QTBUG-23837 - test is unstable -- cgit v1.2.3