From a2c829f339c31011ca2030c8965ce09151fd8328 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 9 Jul 2015 15:02:28 +0200 Subject: [PATCH] Disable spdy test on Windows 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 --- tests/auto/network/access/spdy/spdy.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/network/access/spdy/spdy.pro b/tests/auto/network/access/spdy/spdy.pro index 6bfc6d84e0..23efa85b47 100644 --- a/tests/auto/network/access/spdy/spdy.pro +++ b/tests/auto/network/access/spdy/spdy.pro @@ -5,3 +5,5 @@ SOURCES += tst_spdy.cpp QT = core core-private network network-private testlib DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 + +win32:CONFIG += insignificant_test # QTBUG-47128