Ver código fonte

Unit test: Temporarily disable some unit test marks to find a timeout (3)

bel2125 8 anos atrás
pai
commit
911d158854
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      test/public_server.c

+ 4 - 4
test/public_server.c

@@ -301,13 +301,13 @@ test_mg_start(const struct mg_callbacks *callbacks,
 static void
 test_mg_stop(struct mg_context *ctx)
 {
-	mark_point();
+//	mark_point();
 	test_sleep(SLEEP_BEFORE_MG_STOP);
-	mark_point();
+//	mark_point();
 	mg_stop(ctx);
-	mark_point();
+//	mark_point();
 	test_sleep(SLEEP_AFTER_MG_STOP);
-	mark_point();
+//	mark_point();
 }