aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimationcontroller
diff options
context:
space:
mode:
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
+}