Commit 875ab454 authored by xunjieli's avatar xunjieli Committed by Commit bot

[Cronet] Disables testQuicLoadUrl

This test passes locally, but fails on the buildbot. Not sure of the reason,
disabling the test for now.

TBR=mef@chromium.org

Review URL: https://codereview.chromium.org/1064903002

Cr-Commit-Position: refs/heads/master@{#324042}
parent fbcd45d1
......@@ -25,7 +25,7 @@ public class QuicTest extends CronetTestBase {
@SmallTest
@Feature({"Cronet"})
public void testQuicLoadUrl() throws Exception {
public void disabled_testQuicLoadUrl() throws Exception {
HttpUrlRequestFactoryConfig config = new HttpUrlRequestFactoryConfig();
String quicURL = QuicTestServer.getServerURL() + "/simple.txt";
config.enableQUIC(true);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment