From 533b12f335885d123ee8109965d3b701cf0fbfe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Tue, 9 May 2023 16:01:59 +0200 Subject: [PATCH] tst_QThreadPool: remove Windows-specific QSKIP I cannot get it to fail on my local machine Change-Id: Iec30858df6bf5ef51a805745745cc0e98e8db03a Reviewed-by: Thiago Macieira --- tests/auto/corelib/thread/qthreadpool/tst_qthreadpool.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/auto/corelib/thread/qthreadpool/tst_qthreadpool.cpp b/tests/auto/corelib/thread/qthreadpool/tst_qthreadpool.cpp index 775dd85b863..7dc93dcaf3f 100644 --- a/tests/auto/corelib/thread/qthreadpool/tst_qthreadpool.cpp +++ b/tests/auto/corelib/thread/qthreadpool/tst_qthreadpool.cpp @@ -418,9 +418,6 @@ void tst_QThreadPool::expiryTimeout() void tst_QThreadPool::expiryTimeoutRace() // QTBUG-3786 { -#ifdef Q_OS_WIN - QSKIP("This test is unstable on Windows. See QTBUG-3786."); -#endif ExpiryTimeoutTask task; TestThreadPool threadPool;