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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user