Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(966)

Unified Diff: components/cronet/android/test/javatests/src/org/chromium/net/QuicTest.java

Issue 2487333002: Reenable Cronet tests. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/test/javatests/src/org/chromium/net/QuicTest.java
diff --git a/components/cronet/android/test/javatests/src/org/chromium/net/QuicTest.java b/components/cronet/android/test/javatests/src/org/chromium/net/QuicTest.java
index 6d4240ca3d56e90e819b0ad8fcb4fb43f09c9161..9f62b01504cab426e512ab1d30fa3d9be62c9e1e 100644
--- a/components/cronet/android/test/javatests/src/org/chromium/net/QuicTest.java
+++ b/components/cronet/android/test/javatests/src/org/chromium/net/QuicTest.java
@@ -12,7 +12,6 @@ import org.json.JSONObject;
import org.chromium.base.Log;
import org.chromium.base.annotations.SuppressFBWarnings;
-import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.net.CronetTestBase.OnlyRunNativeCronet;
import org.chromium.net.MetricsTestUtil.TestRequestFinishedListener;
@@ -76,7 +75,6 @@ public class QuicTest extends CronetTestBase {
@LargeTest
@Feature({"Cronet"})
@OnlyRunNativeCronet
- @DisabledTest(message = "crbug.com/663789")
public void testQuicLoadUrl() throws Exception {
mTestFramework = startCronetTestFrameworkWithUrlAndCronetEngineBuilder(null, mBuilder);
String quicURL = QuicTestServer.getServerURL() + "/simple.txt";
@@ -159,7 +157,6 @@ public class QuicTest extends CronetTestBase {
@Feature({"Cronet"})
@OnlyRunNativeCronet
@SuppressWarnings("deprecation")
- @DisabledTest(message = "crbug.com/663789")
public void testRealTimeNetworkQualityObservationsWithQuic() throws Exception {
mTestFramework = startCronetTestFrameworkWithUrlAndCronetEngineBuilder(null, mBuilder);
String quicURL = QuicTestServer.getServerURL() + "/simple.txt";
@@ -216,7 +213,6 @@ public class QuicTest extends CronetTestBase {
@SmallTest
@OnlyRunNativeCronet
@Feature({"Cronet"})
- @DisabledTest(message = "crbug.com/663789")
public void testMetricsWithQuic() throws Exception {
mTestFramework = startCronetTestFrameworkWithUrlAndCronetEngineBuilder(null, mBuilder);
TestRequestFinishedListener requestFinishedListener = new TestRequestFinishedListener();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698