12 lines
727 B
Diff
12 lines
727 B
Diff
|
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)
|