| Index: net/tools/quic/end_to_end_test.cc
 | 
| diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
 | 
| index 08d2e43f43499ad3a25d2a02c9f733cec7c27e7a..f5cdb6c34d2dbc15b46c0493de66409346d2bf61 100644
 | 
| --- a/net/tools/quic/end_to_end_test.cc
 | 
| +++ b/net/tools/quic/end_to_end_test.cc
 | 
| @@ -1764,8 +1764,6 @@ TEST_P(EndToEndTest, DifferentFlowControlWindows) {
 | 
|  
 | 
|  // Test negotiation of IFWA connection option.
 | 
|  TEST_P(EndToEndTest, NegotiatedServerInitialFlowControlWindow) {
 | 
| -  FLAGS_quic_reloadable_flag_quic_large_ifw_options = true;
 | 
| -
 | 
|    const uint32_t kClientStreamIFCW = 123456;
 | 
|    const uint32_t kClientSessionIFCW = 234567;
 | 
|    set_client_initial_stream_flow_control_receive_window(kClientStreamIFCW);
 | 
| 
 |