summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-11-22 21:31:31 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-22 21:38:26 (GMT)
commited40beeff54d665e604d0fa861c5865554832964 (patch)
treef94a7bbee552fef5a6056bd973d6b7f9e1e6921f
parent8ef339ed2fed66646f458c60b2e0e7ac560dad06 (diff)
downloadQt-ed40beeff54d665e604d0fa861c5865554832964.zip
Qt-ed40beeff54d665e604d0fa861c5865554832964.tar.gz
Qt-ed40beeff54d665e604d0fa861c5865554832964.tar.bz2
tests: Mark flaky tests as insignificant
Task-number: QTQAINFRA-574 Change-Id: I385818d81d2565285e9402c0b6d63938f9019081 Reviewed-by: Richard J. Moore <rich@kde.org>
-rw-r--r--tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro2
-rw-r--r--tests/auto/qwidget_window/qwidget_window.pro2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro b/tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro
index e9093e1..8481b19 100644
--- a/tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro
+++ b/tests/auto/declarative/qdeclarativetextedit/qdeclarativetextedit.pro
@@ -13,3 +13,5 @@ wince*|symbian: {
} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}
+
+CONFIG+=insignificant_test # QTQAINFRA-574
diff --git a/tests/auto/qwidget_window/qwidget_window.pro b/tests/auto/qwidget_window/qwidget_window.pro
index d83fb24..f0b30af 100644
--- a/tests/auto/qwidget_window/qwidget_window.pro
+++ b/tests/auto/qwidget_window/qwidget_window.pro
@@ -4,3 +4,5 @@ SOURCES += tst_qwidget_window.cpp
x11 {
LIBS += $$QMAKE_LIBS_X11
}
+
+CONFIG+=insignificant_test # QTQAINFRA-574