Browse Source

Disabled TURN server test

Paul-Louis Ageneau 2 years ago
parent
commit
cf9f3a92d8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/main.cpp

+ 4 - 0
test/main.cpp

@@ -47,6 +47,9 @@ int main(int argc, char **argv) {
 		cerr << "WebRTC connectivity test failed: " << e.what() << endl;
 		cerr << "WebRTC connectivity test failed: " << e.what() << endl;
 		return -1;
 		return -1;
 	}
 	}
+
+// TODO: Temporarily disabled as the Open Relay TURN server is unreliable
+/*
 	try {
 	try {
 		cout << endl << "*** Running WebRTC TURN connectivity test..." << endl;
 		cout << endl << "*** Running WebRTC TURN connectivity test..." << endl;
 		test_turn_connectivity();
 		test_turn_connectivity();
@@ -55,6 +58,7 @@ int main(int argc, char **argv) {
 		cerr << "WebRTC TURN connectivity test failed: " << e.what() << endl;
 		cerr << "WebRTC TURN connectivity test failed: " << e.what() << endl;
 		return -1;
 		return -1;
 	}
 	}
+*/
 	try {
 	try {
 		cout << endl << "*** Running WebRTC negotiated DataChannel test..." << endl;
 		cout << endl << "*** Running WebRTC negotiated DataChannel test..." << endl;
 		test_negotiated();
 		test_negotiated();