Skip to content

Commit

Permalink
disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Feb 20, 2025
1 parent 2376be3 commit 940a4ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unittest/lib/TestClientServerSai.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,11 @@ TEST(ClientServerSai, bulkGetClearStats)
nullptr));
}

//swss::Logger::getInstance().setMinPrio(swss::Logger::SWSS_DEBUG);

#define TEST_ENTRY(OT,ot) \
TEST(ClientServerSai, OT) \
{ \
swss::Logger::getInstance().setMinPrio(swss::Logger::SWSS_DEBUG); \
auto css = std::make_shared<ClientServerSai>(); \
sai_ ## ot ## _t e = {}; \
EXPECT_EQ(SAI_STATUS_SUCCESS, css->apiInitialize(0, &test_services)); \
Expand Down

0 comments on commit 940a4ea

Please sign in to comment.