Skip to content

Commit

Permalink
Work around for tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsudharsan committed Mar 22, 2024
1 parent 0254534 commit a29d8fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mock_tests/copp_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ void create_init_file()
void cleanup()
{
int status = system("sudo rm -rf /etc/sonic/");
ASSERT_EQ(status, 0);
}

TEST(CoppMgrTest, CoppTest)
Expand Down

0 comments on commit a29d8fb

Please sign in to comment.