From 78bd3bd006ebabbf0a053a611709a78ede1e73a8 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Mon, 10 Jul 2023 10:50:10 +0200 Subject: [PATCH] Update blacklisting of tst_QSocketNotifier::unexpectedDisconnection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test hasn't failed on Windows for a long time, but regularly fails on macOS in CI, so replace the entry accordingly. Task-number: QTBUG-115154 Change-Id: Ib89d15cb9edafad5dd71f6e3f830d03aaeb16331 Reviewed-by: MÃ¥rten Nordheim (cherry picked from commit 6ee9adc43aef1da47fcd9fee13140af81549e875) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/corelib/kernel/qsocketnotifier/BLACKLIST | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/auto/corelib/kernel/qsocketnotifier/BLACKLIST b/tests/auto/corelib/kernel/qsocketnotifier/BLACKLIST index 664ad32582e..e23fe96ba30 100644 --- a/tests/auto/corelib/kernel/qsocketnotifier/BLACKLIST +++ b/tests/auto/corelib/kernel/qsocketnotifier/BLACKLIST @@ -1,3 +1,2 @@ [unexpectedDisconnection] -windows ci - +macos ci # QTBUG-115154