summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-01-23 10:28:06 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-23 02:32:10 +0100
commitde8a245ca93167d5f5f59bfacf14f69ed41bf0f3 (patch)
treecf7909806e422d5367d91eb76b794afa55eb9d56
parent0696071316b3dacb8d1ca15a269e4f4215642b9d (diff)
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 <jgastal@profusion.mobi> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
-rw-r--r--tests/auto/network/kernel/qhostinfo/qhostinfo.pro2
1 files changed, 2 insertions, 0 deletions
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