summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-06-08 14:15:09 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-06-09 04:27:22 +0000
commit6a6c89adf37dcaa47542ddc8b240c25f5b9d0e6d (patch)
tree43ca7357da1ae8820eb4f9c0ee02ff5c16e03d11
parentf3b941f98b61e205423f666c41f6922deff60d0a (diff)
Skip all url interceptor unit tests
It is well known issue that url interceptors on 5.12 has race condition on destruction, this is fixed in 5.13.1 and later. Since this is just next end life LTS (having only security patches), simply blacklist the tests to avoid flakiness on CI. Change-Id: I20a493a42495f1a923cd56bc2b11f9485f50cdd7 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp b/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp
index 653a1e421..7c99100eb 100644
--- a/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp
+++ b/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp
@@ -83,6 +83,7 @@ void tst_QWebEngineUrlRequestInterceptor::cleanup()
void tst_QWebEngineUrlRequestInterceptor::initTestCase()
{
+ QSKIP("Interceptor has race condition in 5.12, skipping the test.");
}
void tst_QWebEngineUrlRequestInterceptor::cleanupTestCase()