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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/VisualStateTest.java

Issue 1436003002: Disable webview flaky test testVisualStateCallbackWaitsForContentsToBeOnScreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: android_webview/javatests/src/org/chromium/android_webview/test/VisualStateTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/VisualStateTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/VisualStateTest.java
index bd1855324f21db8a07af7243d2b86d30bf58be0a..bd34ed6dde2c8443078132f153c622a7d3df1c94 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/VisualStateTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/VisualStateTest.java
@@ -7,6 +7,7 @@ package org.chromium.android_webview.test;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.graphics.Rect;
+import android.test.FlakyTest;
import android.test.suitebuilder.annotation.SmallTest;
import android.util.Base64;
@@ -137,8 +138,10 @@ public class VisualStateTest extends AwTestBase {
ch.waitForCallback(chCount);
}
- @Feature({"AndroidWebView"})
- @SmallTest
+ @FlakyTest
+ // crbug.com/554655
+ // @Feature({"AndroidWebView"})
+ // @SmallTest
public void testVisualStateCallbackWaitsForContentsToBeOnScreen() throws Throwable {
// This test loads a page with a blue background color. It then waits for the DOM tree
// in blink to contain the contents of the blue page (which happens when the onPageFinished
« 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