Browse Source

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 years ago
parent
commit
e3673e4fd7
1 changed files with 1 additions and 1 deletions
  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