From c14f4eacb552c292467b8908a8e11d2b35754221 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 27 Apr 2022 11:29:22 +0200 Subject: [PATCH] tests: Blacklist tst_QLocalSocket::threadedConnection on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As well as processConnection. These tests cause flaky failures on Windows. Task-number: QTBUG-102880 Change-Id: Ie4bfe2ef40ad44efcfd0d83711ce257d1244ecdc Reviewed-by: MÃ¥rten Nordheim --- tests/auto/network/socket/qlocalsocket/BLACKLIST | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/auto/network/socket/qlocalsocket/BLACKLIST b/tests/auto/network/socket/qlocalsocket/BLACKLIST index cec50425c59..730b7e6d2ff 100644 --- a/tests/auto/network/socket/qlocalsocket/BLACKLIST +++ b/tests/auto/network/socket/qlocalsocket/BLACKLIST @@ -3,5 +3,8 @@ android [processConnection] android +windows [verifySocketOptions] android +[threadedConnection] +windows