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 44004d4305946495b1ce64b5b97bed893c3d8b98..d85737e930e4974d98154bf802f318797e5472ba 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,7 +7,6 @@ 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; |
@@ -136,10 +135,10 @@ public class VisualStateTest extends AwTestBase { |
ch.waitForCallback(chCount); |
} |
- @FlakyTest |
- // crbug.com/554655 |
- // @Feature({"AndroidWebView"}) |
- // @SmallTest |
+ @Feature({"AndroidWebView"}) |
+ @SmallTest |
+ // Run in single-process mode only. Blocked by software draws support crbug.com/545611. |
+ @ParameterizedTest.Set |
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 |