| Index: chrome/test/ui/layout_plugin_uitest.cc
|
| diff --git a/chrome/test/ui/layout_plugin_uitest.cc b/chrome/test/ui/layout_plugin_uitest.cc
|
| index 95f2e17bd9dac9e3bd81739f7bc7d39a7549dd44..67c76af0e3f1b2f6fc81d17dd31682f682986e27 100644
|
| --- a/chrome/test/ui/layout_plugin_uitest.cc
|
| +++ b/chrome/test/ui/layout_plugin_uitest.cc
|
| @@ -48,7 +48,7 @@ TEST_F(LayoutPluginTester, UnloadNoCrash) {
|
| // Tests if a plugin executing a self deleting script using NPN_GetURL
|
| // works without crashing or hanging
|
| // Flaky: http://crbug.com/59327
|
| -TEST_F(LayoutPluginTester, FLAKY_SelfDeletePluginGetUrl) {
|
| +TEST_F(LayoutPluginTester, DISABLED_SelfDeletePluginGetUrl) {
|
| const FilePath test_case(FILE_PATH_LITERAL("self_delete_plugin_geturl.html"));
|
| GURL url = ui_test_utils::GetTestUrl(FilePath(kTestDir), test_case);
|
| ASSERT_NO_FATAL_FAILURE(NavigateToURL(url));
|
| @@ -60,7 +60,7 @@ TEST_F(LayoutPluginTester, FLAKY_SelfDeletePluginGetUrl) {
|
| // Tests if a plugin executing a self deleting script using Invoke
|
| // works without crashing or hanging
|
| // Flaky. See http://crbug.com/30702
|
| -TEST_F(LayoutPluginTester, FLAKY_SelfDeletePluginInvoke) {
|
| +TEST_F(LayoutPluginTester, DISABLED_SelfDeletePluginInvoke) {
|
| const FilePath test_case(FILE_PATH_LITERAL("self_delete_plugin_invoke.html"));
|
| GURL url = ui_test_utils::GetTestUrl(FilePath(kTestDir), test_case);
|
| ASSERT_NO_FATAL_FAILURE(NavigateToURL(url));
|
|
|