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:
parent
0696071316
commit
de8a245ca9
@ -10,3 +10,5 @@ wince*: {
|
|||||||
} else {
|
} else {
|
||||||
win32:LIBS += -lws2_32
|
win32:LIBS += -lws2_32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
linux-*:CONFIG+=insignificant_test # QTBUG-23837 - test is unstable
|
||||||
|
Loading…
Reference in New Issue
Block a user