Repository: qpid-proton Updated Branches: refs/heads/master 645fe09e4 -> db2505752
PROTON-1057: disable failing Windows SSL test until fix available. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/db250575 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/db250575 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/db250575 Branch: refs/heads/master Commit: db2505752abfab175045c05bc9b656e6100a0b1c Parents: 645fe09 Author: Clifford Jansen <[email protected]> Authored: Fri Nov 20 09:27:27 2015 -0800 Committer: Clifford Jansen <[email protected]> Committed: Fri Nov 20 09:27:27 2015 -0800 ---------------------------------------------------------------------- tests/python/proton_tests/ssl.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/db250575/tests/python/proton_tests/ssl.py ---------------------------------------------------------------------- diff --git a/tests/python/proton_tests/ssl.py b/tests/python/proton_tests/ssl.py index e59c90b..b367340 100644 --- a/tests/python/proton_tests/ssl.py +++ b/tests/python/proton_tests/ssl.py @@ -555,6 +555,8 @@ class SslTest(common.Test): """ Test authentication of the names held in the server's certificate against various configured hostnames. """ + if os.name=="nt": + raise Skipped("PROTON-1057: disable temporarily on Windows.") # Check the CommonName matches (case insensitive). # Assumes certificate contains "CN=A1.Good.Server.domain.com" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
