From ab7dd2ac029da966bcd0095b97168fb364d73006 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 19 Apr 2022 15:50:15 +0300 Subject: Android: ignore some tst_qwebsockerserver unit tests Ignore those tests to allow enalbing CI tests and fix them one by one after that. These couple cases fail mainly because they don't have the openssl libs bundled with the apk, that is expected to be handled under QTBUG-89053. Task-number: QTBUG-102713 Pick-to: 6.2 6.3 Change-Id: I5cb3d9f62f6943d1477c99456cd650b69ab8c86d Reviewed-by: Ivan Solovev --- tests/auto/websockets/qwebsocketserver/BLACKLIST | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/auto/websockets/qwebsocketserver/BLACKLIST diff --git a/tests/auto/websockets/qwebsocketserver/BLACKLIST b/tests/auto/websockets/qwebsocketserver/BLACKLIST new file mode 100644 index 0000000..904335d --- /dev/null +++ b/tests/auto/websockets/qwebsocketserver/BLACKLIST @@ -0,0 +1,5 @@ +# QTBUG-102713 +[tst_scheme] +android +[tst_handshakeTimeout] +android -- cgit v1.2.3