Skip to content

Commit

Permalink
Skip link local test case in valgrind
Browse files Browse the repository at this point in the history
The link local test case uses syscalls not implemented by valgrind,
and thus needs to be disabled when the test suite is run in valgrind
memcheck.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed May 19, 2022
1 parent 725b930 commit f7952aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xcm_testcases.c
Original file line number Diff line number Diff line change
Expand Up @@ -3119,7 +3119,7 @@ static int run_ipv6_link_local(const char *proto)
return UTEST_SUCCESS;
}

TESTCASE_F(xcm, ipv6_link_local, REQUIRE_ROOT)
TESTCASE_F(xcm, ipv6_link_local, REQUIRE_ROOT|REQUIRE_NOT_IN_VALGRIND)
{
int rc;

Expand Down

0 comments on commit f7952aa

Please sign in to comment.