diff options
author | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-06 17:09:05 +0000 |
---|---|---|
committer | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-06 17:09:05 +0000 |
commit | 8307fb471e16aff98e34509b33c3205382d865d7 (patch) | |
tree | d9f886d6027ed0d04adf6b2c78687050ffec6905 /android_webview/javatests/src | |
parent | 5db668cc45806776f67632e9a72feeed12998b54 (diff) | |
download | chromium_src-8307fb471e16aff98e34509b33c3205382d865d7.zip chromium_src-8307fb471e16aff98e34509b33c3205382d865d7.tar.gz chromium_src-8307fb471e16aff98e34509b33c3205382d865d7.tar.bz2 |
Disable testGetVideoLoadingProgressView Android webview test.
This test is failing on the bots, disable it until a fix can be made.
TEST=org.chromium.android_webview.test.AwContentsClientGetVideoLoadingProgressViewTest#testGetVideoLoadingProgressView
BUG=180575
Review URL: https://chromiumcodereview.appspot.com/12534004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/javatests/src')
-rw-r--r-- | android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientGetVideoLoadingProgressViewTest.java | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientGetVideoLoadingProgressViewTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientGetVideoLoadingProgressViewTest.java index 1e824be..1774e44 100644 --- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientGetVideoLoadingProgressViewTest.java +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientGetVideoLoadingProgressViewTest.java @@ -15,6 +15,7 @@ import android.widget.FrameLayout; import org.chromium.android_webview.AwContents; import org.chromium.android_webview.test.util.VideoTestWebServer; +import org.chromium.base.test.util.DisabledTest; import org.chromium.base.test.util.Feature; import java.io.IOException; @@ -57,8 +58,12 @@ public class AwContentsClientGetVideoLoadingProgressViewTest extends AndroidWebV } } - @Feature({"AndroidWebView"}) - @SmallTest + /* + * @Feature({"AndroidWebView"}) + * @SmallTest + * http://crbug.com/180575 + */ + @DisabledTest public void testGetVideoLoadingProgressView() throws Throwable { TestAwContentsClient contentsClient = new TestAwContentsClient() { @Override |