Selaa lähdekoodia

HTTPS has to work in CI test environment

bel2125 10 vuotta sitten
vanhempi
commit
36bc9c48a5
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  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);