Index: content/browser/plugin_browsertest.cc |
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc |
index 67b606c0789dd10d7018b24fd3415a8e7631119b..829fb5e79e9e461e333aacc4de5dbff9b55dfe2d 100644 |
--- a/content/browser/plugin_browsertest.cc |
+++ b/content/browser/plugin_browsertest.cc |
@@ -296,7 +296,8 @@ IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(VerifyPluginWindowRect)) { |
// Tests that creating a new instance of a plugin while another one is handling |
// a paint message doesn't cause deadlock. |
-IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(CreateInstanceInPaint)) { |
+// http://crbug.com/406184 |
+IN_PROC_BROWSER_TEST_F(PluginTest, DISABLED_CreateInstanceInPaint) { |
LoadAndWait(GetURL("create_instance_in_paint.html")); |
} |
@@ -308,7 +309,8 @@ IN_PROC_BROWSER_TEST_F(PluginTest, DISABLED_AlertInWindowMessage) { |
WaitForAppModalDialog(shell()); |
} |
-IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(VerifyNPObjectLifetimeTest)) { |
+// http://crbug.com/406184 |
+IN_PROC_BROWSER_TEST_F(PluginTest, DISABLED_VerifyNPObjectLifetimeTest) { |
LoadAndWait(GetURL("npobject_lifetime_test.html")); |
} |