Skip to content

Commit

Permalink
Fix ut
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sun <[email protected]>
  • Loading branch information
stephenxs committed Dec 25, 2024
1 parent 30f5f12 commit f4dba64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/mock_tests/flexcounter_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ namespace flexcounter_test
}
else
{
if (flexCounterGroupParam->bulk_chunk_size.list != nullptr || flexCounterGroupParam->bulk_chunk_size_per_prefix.list != nullptr)
{
return SAI_STATUS_SUCCESS;
}
mockFlexCounterGroupTable->del(key);
}

Expand Down

0 comments on commit f4dba64

Please sign in to comment.