aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest-blacklist/animators/tst_stopped.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmltest-blacklist/animators/tst_stopped.qml')
-rw-r--r--tests/auto/qmltest-blacklist/animators/tst_stopped.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmltest-blacklist/animators/tst_stopped.qml b/tests/auto/qmltest-blacklist/animators/tst_stopped.qml
index 56bec4e452..a70da63e13 100644
--- a/tests/auto/qmltest-blacklist/animators/tst_stopped.qml
+++ b/tests/auto/qmltest-blacklist/animators/tst_stopped.qml
@@ -37,7 +37,7 @@ Item {
TestCase {
id: testcase
name: "animators-stopped"
- when: root.done
+ when: false
function test_endresult() {
verify(true);
}