Undo changes that should probably be in a different branch.

This commit is contained in:
Itamar Turner-Trauring 2020-11-30 16:28:26 -05:00
parent 413cf75d54
commit eaca639b6f

View File

@ -1190,9 +1190,7 @@ class AsyncTestCase(_TestCaseMixin, TestCase):
only fire if the global reactor is running.
"""
run_tests_with = EliotLoggedRunTest.make_factory(
AsynchronousDeferredRunTest.make_factory(
timeout=60.0, suppress_twisted_logging=False,
store_twisted_logs=False),
AsynchronousDeferredRunTest.make_factory(timeout=60.0),
)
@ -1206,9 +1204,7 @@ class AsyncBrokenTestCase(_TestCaseMixin, TestCase):
pass with ``AsyncTestCase``.
"""
run_tests_with = EliotLoggedRunTest.make_factory(
AsynchronousDeferredRunTestForBrokenTwisted.make_factory(
timeout=60.0, suppress_twisted_logging=False,
store_twisted_logs=False),
AsynchronousDeferredRunTestForBrokenTwisted.make_factory(timeout=60.0),
)