Disabled WebSocket test as echo.websocket.org is down

This commit is contained in:
Paul-Louis Ageneau
2021-01-26 11:57:38 +01:00
parent acaed8ca57
commit a7e4b56178

View File

@ -89,6 +89,8 @@ int main(int argc, char **argv) {
}
#endif
#if RTC_ENABLE_WEBSOCKET
// TODO: Disabled because echo.websocket.org is down
/*
this_thread::sleep_for(1s);
try {
cout << endl << "*** Running WebSocket test..." << endl;
@ -98,6 +100,7 @@ int main(int argc, char **argv) {
cerr << "WebSocket test failed: " << e.what() << endl;
return -1;
}
*/
#endif
this_thread::sleep_for(1s);
try {