a2c829f339
The test is crashing regularly (see bugreport). Currently the test is not run in the regular CI system, that is why the failures were not noticed. Task-number: QTBUG-47128 Change-Id: I70d4ada0872316cc63d7629bb9ab2d055d70cf2a Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
10 lines
234 B
Prolog
10 lines
234 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_spdy
|
|
SOURCES += tst_spdy.cpp
|
|
|
|
QT = core core-private network network-private testlib
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
|
|
|
win32:CONFIG += insignificant_test # QTBUG-47128
|