浏览代码

HTTPS has to work in CI test environment

bel2125 10 年之前
父节点
当前提交
36bc9c48a5
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      test/public.c

+ 0 - 6
test/public.c

@@ -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);