diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 13:01:00 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 13:01:00 +0000 |
commit | e77ecb1cc3f40c71025424064c6d4fc98132da33 (patch) | |
tree | 6d7dd94165caa7c787166b1d23656ba4d5d79729 /content | |
parent | 7ced098111694ae800d0a54fc889ef9f6e81a3e3 (diff) | |
download | chromium_src-e77ecb1cc3f40c71025424064c6d4fc98132da33.zip chromium_src-e77ecb1cc3f40c71025424064c6d4fc98132da33.tar.gz chromium_src-e77ecb1cc3f40c71025424064c6d4fc98132da33.tar.bz2 |
Mark BrowserPluginHostTest.VisibilityPreservation flaky on all platforms.
TBR=fsamuel@chromium.org
BUG=162809
Review URL: https://chromiumcodereview.appspot.com/11412190
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169648 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/browser_plugin/browser_plugin_host_browsertest.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc index 9a0c74c..d7ad0b2 100644 --- a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc +++ b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc @@ -1029,7 +1029,10 @@ IN_PROC_BROWSER_TEST_F(BrowserPluginHostTest, HiddenBeforeNavigation) { // This test verifies that if we lose the guest, and get a new one, // the new guest will inherit the visibility state of the old guest. -IN_PROC_BROWSER_TEST_F(BrowserPluginHostTest, VisibilityPreservation) { +// +// Very flaky on Linux, Linux CrOS, somewhat flaky on XP, slightly on +// Mac; http://crbug.com/162809. +IN_PROC_BROWSER_TEST_F(BrowserPluginHostTest, DISABLED_VisibilityPreservation) { const char* kEmbedderURL = "files/browser_plugin_embedder.html"; StartBrowserPluginTest(kEmbedderURL, kHTMLForGuest, true, ""); RenderViewHostImpl* rvh = static_cast<RenderViewHostImpl*>( |