diff options
author | Assam Boudjelthia <assam.boudjelthia@qt.io> | 2022-04-19 15:50:15 +0300 |
---|---|---|
committer | Assam Boudjelthia <assam.boudjelthia@qt.io> | 2022-04-21 09:01:04 +0000 |
commit | ab7dd2ac029da966bcd0095b97168fb364d73006 (patch) | |
tree | 3897c523f3c09e46dfb63667f0ff0aed975d76f6 /tests | |
parent | 1792cb6b93ce5e95de757a01009245a7c75a5570 (diff) | |
download | qtwebsockets-ab7dd2ac029da966bcd0095b97168fb364d73006.tar.gz |
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 <ivan.solovev@qt.io>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/websockets/qwebsocketserver/BLACKLIST | 5 |
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 |