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>
This commit is contained in:
Bea Lam 2012-05-31 15:10:42 +10:00 committed by Qt by Nokia
parent ead5eaa771
commit b1640db606
1 changed files with 3 additions and 1 deletions

View File

@ -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);
}
}
}
}