Skip to content

Commit

Permalink
fix(test/libsinsp_e2e): temporarly disable thread lookup static
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed Jul 13, 2024
1 parent 28a5ad5 commit bb260b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libsinsp_e2e/sys_call_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bb260b3

Please sign in to comment.