From: Brian Warner <warner@allmydata.com>
Date: Wed, 18 Apr 2007 23:06:57 +0000 (-0700)
Subject: test_system: turn off test_connections, since it is slow and subsumed by the other... 
X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~51
X-Git-Url: https://git.rkrishnan.org/vdrive/%22file:/frontends/simplejson/install.html?a=commitdiff_plain;h=d1c00bd52714548436c0ab11b106ad432dda33b0;p=tahoe-lafs%2Ftahoe-lafs.git

test_system: turn off test_connections, since it is slow and subsumed by the other system tests
---

diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py
index afd77d54..d9615dbf 100644
--- a/src/allmydata/test/test_system.py
+++ b/src/allmydata/test/test_system.py
@@ -113,6 +113,12 @@ class SystemTest(unittest.TestCase):
         d.addBoth(_shutdown_extra_node)
         return d
     test_connections.timeout = 300
+    # test_connections is subsumed by test_upload_and_download, and takes
+    # quite a while to run on a slow machine (because of all the TLS
+    # connections that must be established). If we ever rework the introducer
+    # code to such an extent that we're not sure if it works anymore, we can
+    # reinstate this test until it does.
+    del test_connections
 
     def test_upload_and_download(self):
         self.basedir = "test_system/SystemTest/test_upload_and_download"