File: skip-test_sendFileDescriptorTriggersPauseProducing.patch

package info (click to toggle)
twisted 25.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,460 kB
  • sloc: python: 203,167; makefile: 200; sh: 92; javascript: 36; xml: 31
file content (24 lines) | stat: -rw-r--r-- 933 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Stefano Rivera <stefanor@debian.org>
Date: Tue, 26 Dec 2023 09:48:52 -0400
Subject: Skip test_sendFileDescriptorTriggersPauseProducing

Fails in Debian CI under LXC (only on AMD64?)

Forwarded: not-needed
---
 src/twisted/internet/test/test_unix.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/twisted/internet/test/test_unix.py b/src/twisted/internet/test/test_unix.py
index 7bac247..dc18538 100644
--- a/src/twisted/internet/test/test_unix.py
+++ b/src/twisted/internet/test/test_unix.py
@@ -337,7 +337,7 @@ class UNIXTestsBuilder(UNIXFamilyMixin, ReactorBuilder, ConnectionTestsMixin):
 
         runProtocolsWithReactor(self, server, client, self.endpoints)
 
-    @skipIf(not sendmsg, sendmsgSkipReason)
+    @skipIf(True, "fails under LXC in Debian CI")
     def test_sendFileDescriptorTriggersPauseProducing(self):
         """
         If a L{IUNIXTransport.sendFileDescriptor} call fills up