summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2017-02-10 12:06:56 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2017-02-10 13:12:10 +0000
commit4a94d1471ffe64533b969704178e44fc57bcd505 (patch)
treebf6f06790cb2f279a2f3a5a9db62df9e0df6d590
parentbe567012c9cf16b7de4b0eadd34f1c80237e62c2 (diff)
Skip qtremoteobject signature testsv5.9.0-alpha1
Signature tests in qtremoteobjects seems to be flaky in windows so skip those until fixed. There is no reason to delay qt5.9 alpha because of flaky tests in new TP module We cannot just blacklist some tests because problem is in test compilation. That's why marking whole test set insignificant in windows Task-number: QTBUG-58773 Change-Id: Ib264ff420d643a97e1592362f5ca73b0fe588d15 Reviewed-by: Liang Qi <liang.qi@qt.io>
-rw-r--r--tests/auto/repc/repc.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/repc/repc.pro b/tests/auto/repc/repc.pro
index 0725bd9..5055690 100644
--- a/tests/auto/repc/repc.pro
+++ b/tests/auto/repc/repc.pro
@@ -1,2 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS += enums pods signature
+SUBDIRS += enums pods
+!windows: SUBDIRS += signature # QTBUG-58773