Skip to content

Commit

Permalink
Blacklist a few more twisted tests that seem flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Aug 13, 2012
1 parent 685a4cd commit 4daeaeb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tornado/test/twisted_test.py
Expand Up @@ -481,6 +481,13 @@ def testTornadoServerTwistedClientReactor(self):
# if we were running twisted's own test runner.
'test_connectToLinuxAbstractNamespace',
'test_listenOnLinuxAbstractNamespace',
# These tests use twisted's sendmsg.c extension and sometimes
# fail with what looks like uninitialized memory errors
# (more common on pypy than cpython, but I've seen it on both)
'test_sendFileDescriptor',
'test_sendFileDescriptorTriggersPauseProducing',
'test_descriptorDeliveredBeforeBytes',
'test_avoidLeakingFileDescriptors',
],
'twisted.internet.test.test_unix.UNIXDatagramTestsBuilder': [
'test_listenOnLinuxAbstractNamespace',
Expand Down

0 comments on commit 4daeaeb

Please sign in to comment.