dev-cpp/cpprestsdk: disable http listener tests

Bug: https://bugs.gentoo.org/920204
Closes: https://bugs.gentoo.org/920204
Signed-off-by: Jan-Espen Oversand <sigsegv@radiotube.org>
This commit is contained in:
Jan-Espen Oversand
2023-12-17 21:44:20 +01:00
parent 2ea651bd08
commit 49c50e660d
2 changed files with 2 additions and 1 deletions

View File

@@ -3,8 +3,9 @@
@@ -1,3 +1,3 @@
add_subdirectory(utilities)
-add_subdirectory(client)
-add_subdirectory(listener)
+#add_subdirectory(client)
add_subdirectory(listener)
+#add_subdirectory(listener)
--- a/Release/tests/functional/websockets/CMakeLists.txt
+++ b/Release/tests/functional/websockets/CMakeLists.txt
@@ -27,9 +27,9 @@ if (NOT CPPREST_EXCLUDE_WEBSOCKETS)