Repository: thrift Updated Branches: refs/heads/master 85650612e -> 1a42a0547
Skip C#-Python SSL cross tests that fails on Debian image It is presumably due to SSL chagnes in Python 2.7.9. Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/1a42a054 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/1a42a054 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/1a42a054 Branch: refs/heads/master Commit: 1a42a054772dd3d8fa112b796112d5d873c8bbe3 Parents: 8565061 Author: Nobuaki Sukegawa <[email protected]> Authored: Tue Jan 12 20:15:06 2016 +0900 Committer: Nobuaki Sukegawa <[email protected]> Committed: Tue Jan 12 20:15:06 2016 +0900 ---------------------------------------------------------------------- test/known_failures_Linux.json | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/1a42a054/test/known_failures_Linux.json ---------------------------------------------------------------------- diff --git a/test/known_failures_Linux.json b/test/known_failures_Linux.json index 648215a..68a1dc3 100644 --- a/test/known_failures_Linux.json +++ b/test/known_failures_Linux.json @@ -41,6 +41,14 @@ "csharp-nodejs_json_framed-ip-ssl", "csharp-perl_binary_buffered-ip-ssl", "csharp-perl_binary_framed-ip-ssl", + "csharp-py_binary-accel_buffered-ip-ssl", + "csharp-py_binary-accel_framed-ip-ssl", + "csharp-py_binary_buffered-ip-ssl", + "csharp-py_binary_framed-ip-ssl", + "csharp-py_compact_buffered-ip-ssl", + "csharp-py_compact_framed-ip-ssl", + "csharp-py_json_buffered-ip-ssl", + "csharp-py_json_framed-ip-ssl", "csharp-py3_binary_buffered-ip-ssl", "csharp-py3_binary_framed-ip-ssl", "csharp-py3_compact_buffered-ip-ssl",
