Skip to content

Commit 4daeaeb

Browse files
committed
Blacklist a few more twisted tests that seem flaky
1 parent 685a4cd commit 4daeaeb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tornado/test/twisted_test.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,13 @@ def testTornadoServerTwistedClientReactor(self):
481481
# if we were running twisted's own test runner.
482482
'test_connectToLinuxAbstractNamespace',
483483
'test_listenOnLinuxAbstractNamespace',
484+
# These tests use twisted's sendmsg.c extension and sometimes
485+
# fail with what looks like uninitialized memory errors
486+
# (more common on pypy than cpython, but I've seen it on both)
487+
'test_sendFileDescriptor',
488+
'test_sendFileDescriptorTriggersPauseProducing',
489+
'test_descriptorDeliveredBeforeBytes',
490+
'test_avoidLeakingFileDescriptors',
484491
],
485492
'twisted.internet.test.test_unix.UNIXDatagramTestsBuilder': [
486493
'test_listenOnLinuxAbstractNamespace',

0 commit comments

Comments
 (0)