aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-10-30 14:37:10 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-10-30 14:37:10 -0700
commit2fb3456c4fefd57f25e08082b9b7771c47188784 (patch)
tree6e9a424380a14dcfe95454286ded21853fda0a76 /tests/runner.py
parente28f99d18f384b98b416af7a9422d0959afab0e8 (diff)
support growing the socket data buffer, and enable working bigdata socket test
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index e88388e7..a24f2d91 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -9307,7 +9307,7 @@ elif 'browser' in str(sys.argv):
finally:
self.clean_pids()
- def zzztest_zz_websockets_bi_bigdata(self):
+ def test_zz_websockets_bi_bigdata(self):
try:
with self.WebsockHarness(3992, self.make_relay_server(3992, 3994)):
with self.WebsockHarness(3994, no_server=True):