Skip to content

Commit

Permalink
Disable org.chromium.android_webview.test.ExternalVideoSurfaceContain…
Browse files Browse the repository at this point in the history
…erTest#testEnableVideoOverlayForEmbeddedVideo

The test is still failing on Android Tests (dbg) bots. See:
http://build.chromium.org/p/chromium.webkit/builders/Android%20Tests%20%28dbg%29

BUG=372748,372174
TBR=boliu
NOTRY=true

Review URL: https://codereview.chromium.org/292473002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270889 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
trchen@chromium.org committed May 16, 2014
1 parent 735251e commit 6b9efd9
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,12 @@ public ExternalVideoSurfaceContainer create(
});
}

@SmallTest
@Feature({"AndroidWebView"})
/**
* @SmallTest
* @Feature({"AndroidWebView"})
* http://crbug.com/372748
*/
@DisabledTest
public void testEnableVideoOverlayForEmbeddedVideo() throws Throwable {
setUpMockExternalVideoSurfaceContainer();

Expand Down

0 comments on commit 6b9efd9

Please sign in to comment.