disable internet test

This commit is contained in:
Hiroki Ohtani
2014-10-20 07:30:28 +09:00
parent f3bca1cf16
commit 8f2004c38b

View File

@@ -30,7 +30,7 @@ from websocket._utils import validate_utf8
# Skip test to access the internet.
TEST_WITH_INTERNET = False
TEST_WITH_INTERNET = True
#TEST_WITH_INTERNET = True
# Skip Secure WebSocket test.
TEST_SECURE_WS = False