aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimations/tst_qquickanimations.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2014-01-21 09:15:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-28 22:39:27 +0100
commit1f23802e46d0141fbc3b7a2d2c1025b6b7d903ae (patch)
tree8ec895d0c38bcc1a418b7c3c8739363b4f258e82 /tests/auto/quick/qquickanimations/tst_qquickanimations.cpp
parent8de92011388707888634b35973edffbaaecba39e (diff)
Skip animations tests for MinGW.
These tests typically fail in the CI. Task-number: QTBUG-36290 Change-Id: I36a19c2914932d4f70c1df24e1c5ad4a3d0e2795 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'tests/auto/quick/qquickanimations/tst_qquickanimations.cpp')
-rw-r--r--tests/auto/quick/qquickanimations/tst_qquickanimations.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickanimations/tst_qquickanimations.cpp b/tests/auto/quick/qquickanimations/tst_qquickanimations.cpp
index c6f4779819..21872a5528 100644
--- a/tests/auto/quick/qquickanimations/tst_qquickanimations.cpp
+++ b/tests/auto/quick/qquickanimations/tst_qquickanimations.cpp
@@ -470,6 +470,9 @@ void tst_qquickanimations::pathInterpolator()
void tst_qquickanimations::pathInterpolatorBackwardJump()
{
+#ifdef Q_CC_MINGW
+ QSKIP("QTBUG-36290 - MinGW Animation tests are flaky.");
+#endif
{
QQmlEngine engine;
QQmlComponent c(&engine, testFileUrl("pathInterpolatorBack.qml"));