Przeglądaj źródła

Moved test_quiesce to heavy tests

Actually the test is not heavy, but it is slow and has very little
benefit (the tested functionality is very stable).
Evgeny Grin (Karlson2k) 2 lat temu
rodzic
commit
3cb28046ef
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/testcurl/Makefile.am

+ 1 - 1
src/testcurl/Makefile.am

@@ -59,12 +59,12 @@ endif
 THREAD_ONLY_TESTS += \
   test_get_wait \
   test_get_wait11 \
-  test_quiesce \
   $(EMPTY_ITEM)
 
 if HEAVY_TESTS
 THREAD_ONLY_TESTS += \
   test_concurrent_stop \
+  test_quiesce \
   $(EMPTY_ITEM)
 endif