summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliris <liris.pp@gmail.com>2014-04-25 08:31:05 +0900
committerliris <liris.pp@gmail.com>2014-04-25 08:31:05 +0900
commitf83762089f8f418e1bb4a7f5b3081ea3f6fc63a7 (patch)
treee56f265c789a04ebeb23c1ec76045bbbadcc545a
parentde419192729181b7590dfa16e1e959bbdd31788d (diff)
downloadwebsocket-client-f83762089f8f418e1bb4a7f5b3081ea3f6fc63a7.tar.gz
- internet test is false as defautl.
-rw-r--r--tests/test_websocket.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_websocket.py b/tests/test_websocket.py
index c11e1ea..8852c6e 100644
--- a/tests/test_websocket.py
+++ b/tests/test_websocket.py
@@ -21,7 +21,7 @@ import uuid
import websocket as ws
# Skip test to access the internet.
-TEST_WITH_INTERNET = True
+TEST_WITH_INTERNET = False
TRACABLE = False