aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2022-04-19 15:50:15 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-21 12:55:20 +0000
commitf2ffdadbdab3c055da044a47543992311110b7b0 (patch)
tree3bb25f22a6dfd4c184135c42e9bcb8017949a376
parent3d005a18dd97b24491b26aa74f729f5c6d170c6a (diff)
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 Change-Id: I5cb3d9f62f6943d1477c99456cd650b69ab8c86d Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit ab7dd2ac029da966bcd0095b97168fb364d73006) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/websockets/qwebsocketserver/BLACKLIST5
1 files changed, 5 insertions, 0 deletions
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