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).
This commit is contained in:
Evgeny Grin (Karlson2k)
2024-01-30 19:48:45 +01:00
parent ea618151c8
commit e3673e4fd7
+1 -1
View File
@@ -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