• Adam Rice's avatar
    Re-enable ProxyBrowserTest.BasicAuthWSConnect · 2f3efd61
    Adam Rice authored
    The browser test ProxyBrowserTest.BasicAuthWSConnect was flaky because
    the testserver.py proxy it configured could only handle one request at a
    time, and other parts of the browser randomly launched unrelated
    requests while the test was running, occasionally taking the proxy's one
    request until the test timed out.
    
    testserver.py's basic auth proxy mode has been modified to support
    multiple simultaneous requests, so the
    ProxyBrowserTest.BasicAuthWSConnect test should no longer be
    flaky. Re-enable it.
    
    BUG=822614
    
    Change-Id: Id390f01807b532316e3aa2d4de199e8082ae0bf0
    Reviewed-on: https://chromium-review.googlesource.com/999374Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
    Commit-Queue: Adam Rice <ricea@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#549497}
    2f3efd61
proxy_browsertest.cc 9.42 KB