Blame 00163-disable-parts-of-test_socket-in-rpm-build.patch

e32ce18
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
e32ce18
--- Python-3.3.0b1/Lib/test/test_socket.py.disable-test_socket-in-rpm-builds	2012-07-24 15:02:30.823355067 -0400
e32ce18
+++ Python-3.3.0b1/Lib/test/test_socket.py	2012-07-24 15:08:13.021354999 -0400
e32ce18
@@ -2188,6 +2188,7 @@ class RecvmsgGenericStreamTests(RecvmsgG
e32ce18
     # Tests which require a stream socket and can use either recvmsg()
e32ce18
     # or recvmsg_into().
e32ce18
 
e32ce18
+    @unittest._skipInRpmBuild('fails intermittently when run within Koji')
e32ce18
     def testRecvmsgEOF(self):
e32ce18
         # Receive end-of-stream indicator (b"", peer socket closed).
e32ce18
         msg, ancdata, flags, addr = self.doRecvmsg(self.serv_sock, 1024)