# 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',