Skip to content

Commit

Permalink
Public API: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baranovmv committed Jul 25, 2024
1 parent 2e3cda6 commit f5bb60d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/public_api/test_loopback_sender_2_receiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,10 @@ TEST(loopback_sender_2_receiver, metrics_slots) {
continue;
}

if (sender.conn_metrics(0).mean_jitter == 0) {
continue;
}

break;
}

Expand Down

0 comments on commit f5bb60d

Please sign in to comment.