Skip to content

Commit

Permalink
PCP: Disable libpcp unit tests as they cause problems with novaprova/…
Browse files Browse the repository at this point in the history
…apteryx
  • Loading branch information
Tobi Wulff committed May 13, 2015
1 parent 7fd2cbb commit 3b3a425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/libpcp_unit_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ struct pcp_callback_flags

struct pcp_callback_flags cb_flags = { 0 };

#if 0
int
set_up (void)
{
Expand Down Expand Up @@ -914,6 +915,7 @@ test_pcp_mapping_changed_callback_delete_duplicate (void)
NP_ASSERT_EQUAL (cb_flags.mapping_count, 0);
compare_mapping_counts ();
}
#endif

int
tear_down (void)
Expand Down

0 comments on commit 3b3a425

Please sign in to comment.