summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 00:18:16 +0000
committerkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 00:18:16 +0000
commit8cb837b032b14f17a9fec64d3ddc740e49d672ef (patch)
treeb8fa842dfac6fcabe4ed64930789a795c2ed4260
parent602bce95302a1c6ee1ae972ae23b94383982d2ea (diff)
downloadchromium_src-8cb837b032b14f17a9fec64d3ddc740e49d672ef.zip
chromium_src-8cb837b032b14f17a9fec64d3ddc740e49d672ef.tar.gz
chromium_src-8cb837b032b14f17a9fec64d3ddc740e49d672ef.tar.bz2
Disable PluginTest.GetURLRedirectNotification
BUG=71904 TBR=ananta@chromium.org Review URL: https://codereview.chromium.org/11312053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165567 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--content/browser/plugin_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
index 5a34856..fde4e46 100644
--- a/content/browser/plugin_browsertest.cc
+++ b/content/browser/plugin_browsertest.cc
@@ -224,7 +224,7 @@ IN_PROC_BROWSER_TEST_F(PluginTest, GetJavaScriptURL2) {
}
// Test is flaky on linux/cros/win builders. http://crbug.com/71904
-IN_PROC_BROWSER_TEST_F(PluginTest, GetURLRedirectNotification) {
+IN_PROC_BROWSER_TEST_F(PluginTest, DISABLED_GetURLRedirectNotification) {
LoadAndWait(GetURL("geturl_redirect_notify.html"));
}