From: Rohan McGovern Date: Mon, 23 Jan 2012 00:28:06 +0000 (+1000) Subject: Mark tst_qhostinfo as insignificant on Linux. X-Git-Tag: qt-v5.0.0-alpha1~1673 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de8a245ca93167d5f5f59bfacf14f69ed41bf0f3;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tests/auto/network/kernel/qhostinfo/qhostinfo.pro b/tests/auto/network/kernel/qhostinfo/qhostinfo.pro index aceedc1..4ca59b5 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