1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00

HTTPS has to work in CI test environment

This commit is contained in:
bel2125
2015-08-02 13:20:04 +02:00
parent 76c226324b
commit 36bc9c48a5

View File

@@ -445,12 +445,6 @@ START_TEST(test_mg_start_stop_https_server)
memset(ssl, 0, sizeof(ssl));
ctx = mg_start(NULL, NULL, OPTIONS);
if (!ctx) {
/* TODO (high): The continuous integration test environment seems to
* not have SSL libraries available. */
return;
}
ck_assert(ctx != NULL);
ports_cnt = mg_get_ports(ctx, 16, ports, ssl);