diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile index 81e0611c0273..736ec9d7ff54 100644 --- a/devel/concurrencpp/Makefile +++ b/devel/concurrencpp/Makefile @@ -27,7 +27,6 @@ CXX= ${LOCALBASE}/bin/clang++13 .endif do-test: # same as recommended in https://github.com/David-Haim/concurrencpp#building-installing-and-testing - # test async_lock_tests never finishes, see https://github.com/David-Haim/concurrencpp/issues/85 @cd ${WRKSRC} && \ ${CMAKE_BIN} -S test -B build/test && \ ${CMAKE_BIN} --build build/test && \