From 6a6c89adf37dcaa47542ddc8b240c25f5b9d0e6d Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Mon, 8 Jun 2020 14:15:09 +0200 Subject: 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 --- .../tst_qwebengineurlrequestinterceptor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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() -- cgit v1.2.3