aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimationcontroller
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-05-31 15:10:42 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-01 02:06:30 +0200
commitb1640db606473a18ee3524e4ca9b49a2501751a8 (patch)
treea22221e3857ef3be2bc7fa7eab884f6ecd3ae87d /tests/auto/quick/qquickanimationcontroller
parentead5eaa77158b03f209596eb201b7b0b2f3170e9 (diff)
Skip tst_complete test in qquickanimationcontroller
This test sometimes fails. Task-number: QTBUG-25967 Change-Id: Ic8f87e8ac44761b989f525fb1b90aa5df90abe6f Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquickanimationcontroller')
-rwxr-xr-xtests/auto/quick/qquickanimationcontroller/data/tst_completion.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickanimationcontroller/data/tst_completion.qml b/tests/auto/quick/qquickanimationcontroller/data/tst_completion.qml
index 92e252fc4c..48c4fb734c 100755
--- a/tests/auto/quick/qquickanimationcontroller/data/tst_completion.qml
+++ b/tests/auto/quick/qquickanimationcontroller/data/tst_completion.qml
@@ -17,6 +17,8 @@ Rectangle {
name:"AnimationController"
when:windowShown
function test_complete() {
+ skip("QTBUG-25967")
+
ctrl.progress = 0;
compare(rect.x, 0);
ctrl.progress = 0.5;
@@ -40,4 +42,4 @@ Rectangle {
compare(rect.x, 100);
}
}
-} \ No newline at end of file
+}