Address review: exclude async_return_value.chai when compiled without thread support

Requested by @lefticus in PR #671 review.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
leftibot 2026-04-12 15:49:12 -06:00
parent 6dc28ca1ba
commit f430afd470

View File

@ -295,6 +295,7 @@ list(SORT UNIT_TESTS)
if(NOT MULTITHREAD_SUPPORT_ENABLED)
list(REMOVE_ITEM UNIT_TESTS
async_engine_lifetime.chai
async_return_value.chai
future.chai
list_push_front.chai
move_async.chai