Skip to content

Commit

Permalink
tests: net: remove duplicate test
Browse files Browse the repository at this point in the history
remove duplicate, no need to specify test twice (one for userspace,
another for default).

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and galak committed Jun 26, 2020
1 parent 0ae04f0 commit 98c7503
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/net/utils/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,6 @@ void test_addr_parse(void)
void test_main(void)
{
ztest_test_suite(test_utils_fn,
ztest_unit_test(test_net_addr),
ztest_user_unit_test(test_net_addr),
ztest_unit_test(test_addr_parse));

Expand Down

0 comments on commit 98c7503

Please sign in to comment.