summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-10 11:45:02 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-10 03:56:34 +0200
commit61d60402bf2f24390afdba395a6bffc9e5bc3b92 (patch)
tree33bd005b0d7ccee07a042e8099b380624590d67d /tests
parentad9f5c7e938b1d80b455acdfd0809448f2b5e1db (diff)
test: mark tst_qftp as insignificant
As virtually all of our tests which use the live qt-test-server, this test is inherently unstable. Change-Id: I27fc07a28b8dd6cd4dd3cb6414389e3cf41d0318 Reviewed-on: http://codereview.qt.nokia.com/2795 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qftp/qftp.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qftp/qftp.pro b/tests/auto/qftp/qftp.pro
index 69f89572ba..8f63d6e26e 100644
--- a/tests/auto/qftp/qftp.pro
+++ b/tests/auto/qftp/qftp.pro
@@ -18,3 +18,5 @@ wince*: {
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
+
+CONFIG+=insignificant_test # uses live qt-test-server, inherently unstable