From c04b1d85c5c9807f4587047ee5c29e19eec9c95d Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Fri, 15 May 2020 13:28:35 +0200 Subject: [PATCH] Make todo to not forget re-enabling tests --- core-buffer/test/test_LiveRecvModule.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core-buffer/test/test_LiveRecvModule.cpp b/core-buffer/test/test_LiveRecvModule.cpp index 7b6c55e..31c35d4 100644 --- a/core-buffer/test/test_LiveRecvModule.cpp +++ b/core-buffer/test/test_LiveRecvModule.cpp @@ -8,6 +8,7 @@ using namespace std; using namespace core_buffer; TEST(LiveRecvModule, transfer_test) { + // TODO: Make this test work again. // auto ctx = zmq_ctx_new(); // // size_t n_modules = 32;