Index: net/quic/core/congestion_control/cubic_test.cc |
diff --git a/net/quic/core/congestion_control/cubic_test.cc b/net/quic/core/congestion_control/cubic_test.cc |
index ea07888a0eb3d6cfc9d34342f9449585b9196453..a048f85cfaf0ac0808374806e8f201c04af5a84d 100644 |
--- a/net/quic/core/congestion_control/cubic_test.cc |
+++ b/net/quic/core/congestion_control/cubic_test.cc |
@@ -106,7 +106,7 @@ TEST_F(CubicTest, BelowOrigin) { |
clock_.AdvanceTime(hundred_ms_); |
current_cwnd = cubic_.CongestionWindowAfterAck(current_cwnd, rtt_min); |
} |
- expected_cwnd = FLAGS_quic_limit_cubic_cwnd_increase ? 399 : 422; |
+ expected_cwnd = 399; |
EXPECT_EQ(expected_cwnd, current_cwnd); |
} |