| 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 |
| |
| |
| @@ -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) |