summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/IceStorm/repstress/test.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/test/IceStorm/repstress/test.py b/cpp/test/IceStorm/repstress/test.py
index 14e56cdb5fc..8eaff402f37 100644
--- a/cpp/test/IceStorm/repstress/test.py
+++ b/cpp/test/IceStorm/repstress/test.py
@@ -107,13 +107,6 @@ class IceStormRepStressTestCase(IceStormTestCase):
current.writeln("publisher published %s events, subscriber received %s events" % (publisherCount, subscriberCount))
-#
-# TODO: WORKAROUND: we run this test on the main thread only for now to investigate a
-# sporadic hang on Windows. This test supports workers but when it hangs we don't get
-# the output. We should remove this workaround once the hang is fixed or no longer
-# shows up.
-#
-
TestSuite(__file__,
[ IceStormRepStressTestCase("replicated", icestorm=icestorm) ],
options={ "ipv6" : [False] },