Internal QUICHE change

PiperOrigin-RevId: 271885499
Change-Id: I04f5be53593f8e8419a52ab08a45ce70222cbcb2
diff --git a/quic/core/congestion_control/bbr2_probe_bw.cc b/quic/core/congestion_control/bbr2_probe_bw.cc
index fcaa6a1..887d553 100644
--- a/quic/core/congestion_control/bbr2_probe_bw.cc
+++ b/quic/core/congestion_control/bbr2_probe_bw.cc
@@ -296,7 +296,7 @@
                     << ", (new)probe_up_acked:" << cycle_.probe_up_acked;
 
       model_->set_inflight_hi(new_inflight_hi);
-    } else {
+    } else if (GetQuicReloadableFlag(quic_bbr2_fix_inflight_bounds)) {
       QUIC_BUG << "Not growing inflight_hi due to wrap around. Old value:"
                << model_->inflight_hi() << ", new value:" << new_inflight_hi;
     }