From 61d60402bf2f24390afdba395a6bffc9e5bc3b92 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 10 Aug 2011 11:45:02 +1000 Subject: [PATCH] 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 Reviewed-by: Kalle Lehtonen --- tests/auto/qftp/qftp.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/qftp/qftp.pro b/tests/auto/qftp/qftp.pro index 69f8957..8f63d6e 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 -- 2.7.4