From 4903e45231b00fb8a06f0b3c60af764f13e831bd Mon Sep 17 00:00:00 2001 From: Dimitrios Apostolou Date: Thu, 5 Mar 2020 19:28:14 +0100 Subject: [PATCH] Blacklist test that times out on windows It seems something is going on with infrastructure and all windows VMs are slower. Blacklisting until we figure it out. Task-number: QTBUG-82717 Change-Id: Icab430125747df0a2d0ea4da8093a33ae75c5f13 (cherry picked from commit 19aa8de06cf43aa375aeb2609003beb71ad4cac0) Reviewed-by: Jani Heikkinen --- tests/auto/network/socket/qudpsocket/BLACKLIST | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/auto/network/socket/qudpsocket/BLACKLIST b/tests/auto/network/socket/qudpsocket/BLACKLIST index 0d56f6c8270..8291732714b 100644 --- a/tests/auto/network/socket/qudpsocket/BLACKLIST +++ b/tests/auto/network/socket/qudpsocket/BLACKLIST @@ -24,3 +24,7 @@ osx linux [readyReadForEmptyDatagram] linux +[outOfProcessConnectedClientServerTest] +windows +[outOfProcessUnconnectedClientServerTest] +windows