summaryrefslogtreecommitdiffstats
path: root/00163-disable-parts-of-test_socket-in-rpm-build.patch
blob: 0e28036099d437fc0adacf18dc4e25a767d8e18c (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -up Python-3.3.0b1/Lib/test/test_socket.py.disable-test_socket-in-rpm-builds Python-3.3.0b1/Lib/test/test_socket.py
--- Python-3.3.0b1/Lib/test/test_socket.py.disable-test_socket-in-rpm-builds	2012-07-24 15:02:30.823355067 -0400
+++ Python-3.3.0b1/Lib/test/test_socket.py	2012-07-24 15:08:13.021354999 -0400
@@ -2188,6 +2188,7 @@ class RecvmsgGenericStreamTests(RecvmsgG
     # Tests which require a stream socket and can use either recvmsg()
     # or recvmsg_into().
 
+    @unittest._skipInRpmBuild('fails intermittently when run within Koji')
     def testRecvmsgEOF(self):
         # Receive end-of-stream indicator (b"", peer socket closed).
         msg, ancdata, flags, addr = self.doRecvmsg(self.serv_sock, 1024)