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>
This commit is contained in:
Rohan McGovern 2012-01-23 10:28:06 +10:00 committed by Qt by Nokia
parent 0696071316
commit de8a245ca9

View File

@ -10,3 +10,5 @@ wince*: {
} else { } else {
win32:LIBS += -lws2_32 win32:LIBS += -lws2_32
} }
linux-*:CONFIG+=insignificant_test # QTBUG-23837 - test is unstable