| Index: components/cronet/url_request_context_config_unittest.cc
|
| diff --git a/components/cronet/url_request_context_config_unittest.cc b/components/cronet/url_request_context_config_unittest.cc
|
| index 1ee203b1c4f1bc863e8211680ef309af1d5f2c1d..4d17c52858d3ee3f01f7ab043d5ddf45609d82eb 100644
|
| --- a/components/cronet/url_request_context_config_unittest.cc
|
| +++ b/components/cronet/url_request_context_config_unittest.cc
|
| @@ -19,7 +19,8 @@
|
|
|
| namespace cronet {
|
|
|
| -TEST(URLRequestContextConfigTest, TestExperimentalOptionParsing) {
|
| +// Test is flaky. See https://crbug.com/737326.
|
| +TEST(URLRequestContextConfigTest, DISABLED_TestExperimentalOptionParsing) {
|
| URLRequestContextConfig config(
|
| // Enable QUIC.
|
| true,
|
| @@ -110,7 +111,8 @@ TEST(URLRequestContextConfigTest, TestExperimentalOptionParsing) {
|
| info, &addresses, net::NetLogWithSource()));
|
| }
|
|
|
| -TEST(URLRequestContextConfigTest, SetQuicConnectionMigrationOptions) {
|
| +// Test is flaky. See https://crbug.com/737326.
|
| +TEST(URLRequestContextConfigTest, DISABLED_SetQuicConnectionMigrationOptions) {
|
| URLRequestContextConfig config(
|
| // Enable QUIC.
|
| true,
|
|
|