diff options
author | Ian Wen <ianwen@chromium.org> | 2015-11-11 14:10:18 -0800 |
---|---|---|
committer | Ian Wen <ianwen@chromium.org> | 2015-11-11 22:12:03 +0000 |
commit | d0d3ecda3b8509c787436f2f79502e8ec5a0b46f (patch) | |
tree | 124628247bfc69c3dd2cae8c7c15bcb4fe951d55 /android_webview | |
parent | dff65c9ee0463dd781c8eb5af46e97b3094b99eb (diff) | |
download | chromium_src-d0d3ecda3b8509c787436f2f79502e8ec5a0b46f.zip chromium_src-d0d3ecda3b8509c787436f2f79502e8ec5a0b46f.tar.gz chromium_src-d0d3ecda3b8509c787436f2f79502e8ec5a0b46f.tar.bz2 |
Disable webview flaky test testVisualStateCallbackWaitsForContentsToBeOnScreen
testVisualStateCallbackWaitsForContentsToBeOnScreen is flaky on Android
and Android dbg build bot.
BUG=554655
TBR=boliu@chromium.org
Review URL: https://codereview.chromium.org/1436003002 .
Cr-Commit-Position: refs/heads/master@{#359169}
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/javatests/src/org/chromium/android_webview/test/VisualStateTest.java | 7 |
1 files changed, 5 insertions, 2 deletions
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 4dd877d..44004d4 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; @@ -135,8 +136,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 |