From 3cb28046ef662488c307eef2c24d187843abc0d6 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 30 Jan 2024 19:48:45 +0100 Subject: [PATCH] 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). --- src/testcurl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am index f4ca1974..3ddbd068 100644 --- a/src/testcurl/Makefile.am +++ b/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