tst_QTcpServer: convert QSKIP to blacklist
So we can gather statistics on whether it is still failing Change-Id: I1f4080f4d96f31ce2b689cda175af3a35563e232 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit 4f17a64f35078069e95cd02308487ff243fc6033) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
a111c15c0a
commit
03d5a35047
@ -16,3 +16,5 @@ windows-10
|
||||
[linkLocal]
|
||||
macos arm
|
||||
|
||||
[addressReusable]
|
||||
linux # QTBUG-39985
|
||||
|
@ -578,9 +578,6 @@ void tst_QTcpServer::addressReusable()
|
||||
#if !QT_CONFIG(process)
|
||||
QSKIP("No qprocess support", SkipAll);
|
||||
#else
|
||||
#ifdef Q_OS_LINUX
|
||||
QSKIP("The addressReusable test is unstable on Linux. See QTBUG-39985.");
|
||||
#endif
|
||||
QFETCH_GLOBAL(bool, setProxy);
|
||||
if (setProxy) {
|
||||
#ifndef QT_NO_NETWORKPROXY
|
||||
|
Loading…
x
Reference in New Issue
Block a user