소스 검색

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

bel2125 8 년 전
부모
커밋
911d158854
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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();
 }