Skip to content

Commit fde3e9a

Browse files
committed
Update tests to account for outside site fixing bad certificate.
1 parent ef8e748 commit fde3e9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Release/tests/functional/http/client/outside_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ TEST(server_selfsigned_cert)
140140
});
141141
}
142142

143-
TEST(server_hostname_mismatch)
143+
TEST(server_hostname_mismatch, "Ignore", "Site fixed certificate. Improve test (new site or alternate method).")
144144
{
145145
handle_timeout([]
146146
{

Release/tests/functional/websockets/client/authentication_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ TEST(self_signed_cert)
234234
handshake_error_test_impl(U("wss://www.pcwebshop.co.uk/"));
235235
}
236236

237-
TEST(hostname_mismatch)
237+
TEST(hostname_mismatch, "Ignore", "Site fixed certificate. Improve test (new site or alternate method).")
238238
{
239239
handshake_error_test_impl(U("wss://swordsoftruth.com/"));
240240
}

0 commit comments

Comments
 (0)