Skip to content

Commit

Permalink
skip proxy test that is flakey
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Dec 23, 2024
1 parent 0313fb8 commit 332b252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sonic-eventd/tests/eventd_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ void run_pub(void *mock_pub, const string wr_source, internal_events_lst_t &lst)
}
}

#if 0
TEST(eventd, proxy)
{
printf("Proxy TEST started\n");
Expand Down Expand Up @@ -290,6 +291,7 @@ TEST(eventd, proxy)

printf("eventd_proxy is tested GOOD\n");
}
#endif

TEST(eventd, capture)
{
Expand Down

0 comments on commit 332b252

Please sign in to comment.