| Index: net/quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| diff --git a/net/quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc b/net/quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| index a4f012e0c9e3b5b112deb27528c4c4121b912a30..171850d1e804e180d313dc971e51e2b97249501b 100644
|
| --- a/net/quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| +++ b/net/quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| @@ -849,7 +849,6 @@ TEST_F(TcpCubicSenderBytesTest, DefaultMaxCwnd) {
|
| }
|
|
|
| TEST_F(TcpCubicSenderBytesTest, LimitCwndIncreaseInCongestionAvoidance) {
|
| - FLAGS_quic_limit_cubic_cwnd_increase = true;
|
| // Enable Cubic.
|
| sender_.reset(new TcpCubicSenderBytesPeer(&clock_, false));
|
|
|
|
|