From c2c9751c5571a247c770c089fc8b7d374144f712 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 17 Jun 2015 12:52:47 +0200 Subject: [PATCH] Blacklist tst_QPropertyAnimation::startBackwardWithoutEndValue on Windows It's flakey with 'current > 42' sometimes succeeding and sometimes failing. Change-Id: I86f52b0d0cecd345ed6c5852c822d12eae6acb26 Reviewed-by: Lars Knoll --- tests/auto/corelib/animation/qpropertyanimation/BLACKLIST | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/corelib/animation/qpropertyanimation/BLACKLIST b/tests/auto/corelib/animation/qpropertyanimation/BLACKLIST index 4d9f012ad7..a7e95b1e97 100644 --- a/tests/auto/corelib/animation/qpropertyanimation/BLACKLIST +++ b/tests/auto/corelib/animation/qpropertyanimation/BLACKLIST @@ -1,2 +1,4 @@ [statesAndSignals:normal animation] windows +[startBackwardWithoutEndValue] +windows