summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2019-03-28 11:14:08 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-28 19:07:03 +0000
commit3fc220377455cb15a7e65cfc63707df552650887 (patch)
treeee6c73808a0b1b10cf07bfae4e42aec7c4e38f78 /tests
parent8eb07ca238b020dbb9ab83581beadcb1a34f67ff (diff)
Skip downloadUniqueFileNameWithTimeStamp auto test on Windows
Task-number: QTBUG-74764 Change-Id: I2638a6857e1d29ebacaafac3fff5daab57268b54 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/widgets/qwebenginedownloaditem/tst_qwebenginedownloaditem.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/widgets/qwebenginedownloaditem/tst_qwebenginedownloaditem.cpp b/tests/auto/widgets/qwebenginedownloaditem/tst_qwebenginedownloaditem.cpp
index ee1e6ee04..8af559e21 100644
--- a/tests/auto/widgets/qwebenginedownloaditem/tst_qwebenginedownloaditem.cpp
+++ b/tests/auto/widgets/qwebenginedownloaditem/tst_qwebenginedownloaditem.cpp
@@ -919,6 +919,9 @@ void tst_QWebEngineDownloadItem::downloadUniqueFilename()
void tst_QWebEngineDownloadItem::downloadUniqueFileNameWithTimeStamp()
{
+#ifdef Q_OS_WIN
+ QSKIP("QTBUG-74764: The download completes after the test fails thus would ruin subsequent tests on Windows.")
+#endif
// Set up HTTP server
QString baseName("test(1.test)");
QString extension("txt");