You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2019/05/06 17:02:08 UTC

[qpid-proton] branch master updated: PROTON-2024: Temporarily disable tests known to fail

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 3623861  PROTON-2024: Temporarily disable tests known to fail
3623861 is described below

commit 362386107a24dee3fecaa919ff27d30d92986887
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Mon May 6 12:46:49 2019 -0400

    PROTON-2024: Temporarily disable tests known to fail
---
 cpp/src/connect_config_test.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cpp/src/connect_config_test.cpp b/cpp/src/connect_config_test.cpp
index dfe8ea8..77bafc5 100644
--- a/cpp/src/connect_config_test.cpp
+++ b/cpp/src/connect_config_test.cpp
@@ -328,6 +328,7 @@ int main(int argc, char** argv) {
     if (have_sasl) {
         RUN_ARGV_TEST(failed, test_host_user_pass().run());
     }
+#ifndef _WIN32
     if (have_ssl) {
         pn_ssl_domain_free(have_ssl);
         RUN_ARGV_TEST(failed, test_tls().run());
@@ -338,5 +339,8 @@ int main(int argc, char** argv) {
     } else {
         std::cout << "SKIP: TLS tests, not available" << std::endl;
     }
+#else
+    std::cout << "SKIP: TLS tests, expected to fail on windows" << std::endl;
+#endif
     return failed;
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org