From de8a245ca93167d5f5f59bfacf14f69ed41bf0f3 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 23 Jan 2012 10:28:06 +1000 Subject: Mark tst_qhostinfo as insignificant on Linux. This test sometimes gives different results on consecutive runs, and is therefore insignificant for the purpose of regression detection. Task-number: QTBUG-23837 Change-Id: I8747972c5cb7952089c54cbd22e1660db551e2f5 Reviewed-by: Jonas Gastal Reviewed-by: Toby Tomkins --- tests/auto/network/kernel/qhostinfo/qhostinfo.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/network/kernel/qhostinfo/qhostinfo.pro b/tests/auto/network/kernel/qhostinfo/qhostinfo.pro index aceedc1ee4..4ca59b5b70 100644 --- a/tests/auto/network/kernel/qhostinfo/qhostinfo.pro +++ b/tests/auto/network/kernel/qhostinfo/qhostinfo.pro @@ -10,3 +10,5 @@ wince*: { } else { win32:LIBS += -lws2_32 } + +linux-*:CONFIG+=insignificant_test # QTBUG-23837 - test is unstable -- cgit v1.2.3