qt5base-lts/tests/auto/network/kernel/qhostinfo/qhostinfo.pro
Rohan McGovern de8a245ca9 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>
2012-01-23 02:32:10 +01:00

15 lines
253 B
Prolog

CONFIG += testcase
TARGET = tst_qhostinfo
SOURCES += tst_qhostinfo.cpp
QT = core-private network-private testlib
wince*: {
LIBS += ws2.lib
} else {
win32:LIBS += -lws2_32
}
linux-*:CONFIG+=insignificant_test # QTBUG-23837 - test is unstable