skipping the multiproc tests.

This commit is contained in:
fawce
2012-08-08 23:07:12 -04:00
parent cf6bef6ed8
commit 33050157f9
+3
View File
@@ -90,6 +90,7 @@ class ComponentTestCase(TestCase):
def tearDown(self):
teardown_logger(self)
@skip
def test_source(self):
monitor = create_monitor(allocator)
socket_uri = allocator.lease(1)[0]
@@ -127,6 +128,7 @@ class ComponentTestCase(TestCase):
comp_a.proc.join()
mon_proc.join()
@skip
def test_sort(self):
monitor = create_monitor(allocator)
socket_uris = allocator.lease(3)
@@ -329,6 +331,7 @@ class ComponentTestCase(TestCase):
for message in trading_client.simulate(merged):
log.info(pf(message))
@skip
def test_compound(self):
monitor = create_monitor(allocator)