Chromium Code Reviews
DescriptionFix QuicAllowedPolicyDynamicTest browser_tests failures
QuicAllowedPolicyDynamicTest browser_tests have been failing on some
builders. Specifically, the tests expect QUIC to be enabled after
browser startup, but it was not. This CL adds kEnableQuic command-line
flag to the browser tests to ensure that QUIC is enabled on startup.
Note: This probably worked without the flag on other machines due to
field trials.
Note 2: I have confirmed locally that this patch helps by
- reproducing the gn args of the failing buildbot
-> getting the exact same failure
- applying this patch
- rerunning the tests
-> they pass now.
BUG=682484
TEST=browser_tests --gtest_filter=*QuicAllowedPolicyDynamicTest*
Review-Url: https://codereview.chromium.org/2639403004
Cr-Commit-Position: refs/heads/master@{#444733}
Committed: https://chromium.googlesource.com/chromium/src/+/17231785eecb024061d82c7097a78d3169503aff
Patch Set 1 #Patch Set 2 : Add comment #Messages
Total messages: 10 (5 generated)
|