summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-11-22 22:31:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-22 22:38:26 +0100
commited40beeff54d665e604d0fa861c5865554832964 (patch)
treef94a7bbee552fef5a6056bd973d6b7f9e1e6921f
parent8ef339ed2fed66646f458c60b2e0e7ac560dad06 (diff)
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 e9093e146f..8481b19da8 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 d83fb248d3..f0b30affa0 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