diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 16:22:22 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 16:22:22 +0000 |
commit | 357be7b501166e83903caf9e4d2babfe9c7bef7c (patch) | |
tree | fd3c4b56f030f77ed32cb49264701d8e6a677792 /chrome | |
parent | 88f03da0a48f1937edaf13a25986a222e8b311d0 (diff) | |
download | chromium_src-357be7b501166e83903caf9e4d2babfe9c7bef7c.zip chromium_src-357be7b501166e83903caf9e4d2babfe9c7bef7c.tar.gz chromium_src-357be7b501166e83903caf9e4d2babfe9c7bef7c.tar.bz2 |
[GTTF] Disable NPAPIVisiblePluginTester.SelfDeletePluginInvokeAlert which
flakily exceeds test timeout.
TBR=mpcomplete
TEST=NPAPIVisiblePluginTester.SelfDeletePluginInvokeAlert
BUG=46257
Review URL: http://codereview.chromium.org/2735010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/interactive_ui/npapi_interactive_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/interactive_ui/npapi_interactive_test.cc b/chrome/test/interactive_ui/npapi_interactive_test.cc index 67f875b..7965151 100644 --- a/chrome/test/interactive_ui/npapi_interactive_test.cc +++ b/chrome/test/interactive_ui/npapi_interactive_test.cc @@ -103,7 +103,8 @@ TEST_F(NPAPIVisiblePluginTester, GetURLRequest404Response) { // Tests if a plugin executing a self deleting script using Invoke with // a modal dialog showing works without crashing or hanging -TEST_F(NPAPIVisiblePluginTester, SelfDeletePluginInvokeAlert) { +// Disabled, flakily exceeds timeout, http://crbug.com/46257. +TEST_F(NPAPIVisiblePluginTester, DISABLED_SelfDeletePluginInvokeAlert) { const FilePath test_case( FILE_PATH_LITERAL("self_delete_plugin_invoke_alert.html")); GURL url = ui_test_utils::GetTestUrl(FilePath(kTestDir), test_case); |