diff --git a/pc/test/integration_test_helpers.h b/pc/test/integration_test_helpers.h index 24491e1a9d..889161e797 100644 --- a/pc/test/integration_test_helpers.h +++ b/pc/test/integration_test_helpers.h @@ -706,9 +706,13 @@ class PeerConnectionIntegrationWrapper : public webrtc::PeerConnectionObserver, // Worst bots: // Nondebug: Linux32 Release at conceal rate 0.606597 (CI run) // Debug: linux_x86_dbg bot at conceal rate 0.854 + // internal bot at conceal rate 0.967 (b/294020344) + // TODO(https://crbug.com/webrtc/15393): Improve audio quality during + // renegotiation so that we can reduce these thresholds, 99% is not even + // close to the 20% deemed unacceptable above or the 0% that would be ideal. if (delta_samples > 0) { #if !defined(NDEBUG) - EXPECT_LT(1.0 * delta_concealed / delta_samples, 0.95) + EXPECT_LT(1.0 * delta_concealed / delta_samples, 0.99) << "Concealed " << delta_concealed << " of " << delta_samples << " samples"; #else