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:
parent
ead5eaa771
commit
b1640db606
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue