From fde3e9a07f9cd469fb181c3542b42860f11ab395 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Wed, 13 Apr 2016 20:17:57 -0700 Subject: [PATCH] Update tests to account for outside site fixing bad certificate. --- Release/tests/functional/http/client/outside_tests.cpp | 2 +- .../tests/functional/websockets/client/authentication_tests.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Release/tests/functional/http/client/outside_tests.cpp b/Release/tests/functional/http/client/outside_tests.cpp index e0f4498923..dfdacfb2bd 100644 --- a/Release/tests/functional/http/client/outside_tests.cpp +++ b/Release/tests/functional/http/client/outside_tests.cpp @@ -140,7 +140,7 @@ TEST(server_selfsigned_cert) }); } -TEST(server_hostname_mismatch) +TEST(server_hostname_mismatch, "Ignore", "Site fixed certificate. Improve test (new site or alternate method).") { handle_timeout([] { diff --git a/Release/tests/functional/websockets/client/authentication_tests.cpp b/Release/tests/functional/websockets/client/authentication_tests.cpp index 363835d7ad..148655fd66 100644 --- a/Release/tests/functional/websockets/client/authentication_tests.cpp +++ b/Release/tests/functional/websockets/client/authentication_tests.cpp @@ -234,7 +234,7 @@ TEST(self_signed_cert) handshake_error_test_impl(U("wss://www.pcwebshop.co.uk/")); } -TEST(hostname_mismatch) +TEST(hostname_mismatch, "Ignore", "Site fixed certificate. Improve test (new site or alternate method).") { handshake_error_test_impl(U("wss://swordsoftruth.com/")); }