disable test_slow_text for now

This commit is contained in:
Brian Warner 2017-03-22 10:31:41 -07:00
parent 9267c204e9
commit 351a523d0b

View File

@ -536,6 +536,7 @@ class PregeneratedCode(ServerBase, ScriptsBase, unittest.TestCase):
def test_slow_text(self):
return self._do_test(mode="slow-text")
test_slow_text.skip = "pending rethink"
@inlineCallbacks
def _do_test_fail(self, mode, failmode):