Flag udpTest as insignificant, fails on Ubuntu 11.10 x64.

This testcase fails on the Ubuntu 11.10 x64 platform, add flag to .pro
file so test is ignored on this platform.

Task-number: QTBUG-23380

Change-Id: I51831df8c8e9bfcf63d3689e37552ca1a62691cd
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Toby Tomkins 2011-12-29 17:26:48 +10:00 committed by Qt by Nokia
parent 6576fda2ad
commit 7f4c45390d

View File

@ -10,4 +10,7 @@ MOC_DIR=tmp
QT = core-private network-private testlib
# QTBUG-23380 - udpTest failing on Ubuntu 11.10 x64
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test
requires(contains(QT_CONFIG,private_tests))