summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-05-08 10:24:06 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-08 11:08:16 +0200
commit55a0234b1b8d806dbbb1eaa4aca85824966444d3 (patch)
tree021d15a1386de2b83c8ce5991ba29428f82ebf5d
parent282c002b6bc7237826874d90220772c2a501dd16 (diff)
downloadqt4-tools-55a0234b1b8d806dbbb1eaa4aca85824966444d3.tar.gz
test: Mark tst_xmlpatterns as insignificant only on Windows
This test has been passing lately for Linux and Mac. Task-number: QTQAINFRA-574 Change-Id: I507a6b4220a3e3ded7bcfed2aded1e15bf53958a Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r--tests/auto/xmlpatterns/xmlpatterns.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/xmlpatterns/xmlpatterns.pro b/tests/auto/xmlpatterns/xmlpatterns.pro
index 3278088564..67012331f6 100644
--- a/tests/auto/xmlpatterns/xmlpatterns.pro
+++ b/tests/auto/xmlpatterns/xmlpatterns.pro
@@ -10,4 +10,4 @@ DEFINES += SRCDIR=\\\"$$PWD/\\\"
include (../xmlpatterns.pri)
-CONFIG+=insignificant_test # QTQAINFRA-428
+win32:CONFIG+=insignificant_test # QTQAINFRA-574