Skip to content

Commit

Permalink
Deactivate web socket tests completely.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuscu committed Oct 27, 2024
1 parent 3a3b150 commit 2bc47a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/network/tests/common/NetworkWebSocketTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ using namespace l;

TEST(NetworkWebSocket, Setup) {

return 0;

auto networkManager = l::network::CreateNetworkManager(1, true);
auto networkInterfaceWS = l::network::CreateNetworkInterfaceWS(networkManager);

Expand Down

0 comments on commit 2bc47a7

Please sign in to comment.