From bb260b3f25cb2d8ee0fbab1ef70d3461c5ee2102 Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Sat, 13 Jul 2024 21:15:54 +0000 Subject: [PATCH] fix(test/libsinsp_e2e): temporarly disable thread lookup static Signed-off-by: Roberto Scolaro --- test/libsinsp_e2e/sys_call_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libsinsp_e2e/sys_call_test.cpp b/test/libsinsp_e2e/sys_call_test.cpp index eb6a688643..b8876ea325 100644 --- a/test/libsinsp_e2e/sys_call_test.cpp +++ b/test/libsinsp_e2e/sys_call_test.cpp @@ -2386,7 +2386,7 @@ extern "C" bool scan_sockets); } -TEST_F(sys_call_test, thread_lookup_static) +TEST_F(sys_call_test, DISABLED_thread_lookup_static) { char err_buf[SCAP_LASTERR_SIZE]; scap_threadinfo scap_tinfo;