From 10ecbc4041cb7db004f4ed4d40ce082553d75844 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Wed, 8 Feb 2017 12:04:54 +0100 Subject: [PATCH] Blacklist tst_QWaitCondition::wakeOne() on Windows This test was determined to be flaky on the CI. Task-number: QTBUG-58741 Change-Id: I43196d3a27f726fb96b427f5071e726b571a0404 Reviewed-by: Friedemann Kleint Reviewed-by: David Faure --- tests/auto/corelib/thread/qwaitcondition/BLACKLIST | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/auto/corelib/thread/qwaitcondition/BLACKLIST diff --git a/tests/auto/corelib/thread/qwaitcondition/BLACKLIST b/tests/auto/corelib/thread/qwaitcondition/BLACKLIST new file mode 100644 index 00000000000..3ff336576b3 --- /dev/null +++ b/tests/auto/corelib/thread/qwaitcondition/BLACKLIST @@ -0,0 +1,2 @@ +[wakeOne] +windows