Skip to content

Commit 6a6c89a

Browse files
author
Michal Klocek
committed
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 <[email protected]>
1 parent f3b941f commit 6a6c89a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ void tst_QWebEngineUrlRequestInterceptor::cleanup()
8383

8484
void tst_QWebEngineUrlRequestInterceptor::initTestCase()
8585
{
86+
QSKIP("Interceptor has race condition in 5.12, skipping the test.");
8687
}
8788

8889
void tst_QWebEngineUrlRequestInterceptor::cleanupTestCase()

0 commit comments

Comments
 (0)