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 00b7854
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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 @@ -802,6 +802,10 @@ TEST(loopback_sender_2_receiver, metrics_slots) {
continue;
}

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

break;
}

Expand Down Expand Up @@ -835,6 +839,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 00b7854

Please sign in to comment.