Mark tst_qhostinfo as insignificant on Linux.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 23 Jan 2012 00:28:06 +0000 (10:28 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Jan 2012 01:32:10 +0000 (02:32 +0100)
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 <jgastal@profusion.mobi>
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
tests/auto/network/kernel/qhostinfo/qhostinfo.pro

index aceedc1..4ca59b5 100644 (file)
@@ -10,3 +10,5 @@ wince*: {
 } else {
   win32:LIBS += -lws2_32
 }
+
+linux-*:CONFIG+=insignificant_test    # QTBUG-23837 - test is unstable