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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/webcontents/WebContentsTest.java

Issue 1384083002: Disable two more flaky WebContentsTests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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: content/public/android/javatests/src/org/chromium/content/browser/webcontents/WebContentsTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/webcontents/WebContentsTest.java b/content/public/android/javatests/src/org/chromium/content/browser/webcontents/WebContentsTest.java
index dcbc8578f8ff777ab3fe7b709d0548af5ca48775..eabf0e9a037b37b8351d9863ada221a09c60f47f 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/webcontents/WebContentsTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/webcontents/WebContentsTest.java
@@ -199,7 +199,11 @@ public class WebContentsTest extends ContentShellTestBase {
* @throws InterruptedException
* @throws ExecutionException
*/
+ /*
@SmallTest
+ https://crbug.com/538625
+ */
+ @DisabledTest
public void testSerializingADestroyedWebContentsDoesNotDeserialize()
throws InterruptedException, ExecutionException {
ContentShellActivity activity = launchContentShellWithUrl(TEST_URL_1);
@@ -234,7 +238,11 @@ public class WebContentsTest extends ContentShellTestBase {
* @throws InterruptedException
* @throws ExecutionException
*/
+ /*
@SmallTest
+ https://crbug.com/538625
+ */
+ @DisabledTest
public void testDestroyingAWebContentsAfterSerializingDoesNotDeserialize()
throws InterruptedException, ExecutionException {
ContentShellActivity activity = launchContentShellWithUrl(TEST_URL_1);
« 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