summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authormpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-13 00:42:54 +0000
committermpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-13 00:42:54 +0000
commit4a13a43fffe6591caed743f14f4bf3b09f12ea5a (patch)
tree13aa2c21bc589d50a738b730dde4a82eee9fc845 /chrome/test
parent95fac4236a1bee1de60d59c0691b0b49eb05e6ad (diff)
downloadchromium_src-4a13a43fffe6591caed743f14f4bf3b09f12ea5a.zip
chromium_src-4a13a43fffe6591caed743f14f4bf3b09f12ea5a.tar.gz
chromium_src-4a13a43fffe6591caed743f14f4bf3b09f12ea5a.tar.bz2
Disable NPAPITester.SelfDeletePluginInvokeAlert UI test. It doesn't seem to
work on the buildbots. I need to find a better way to get the WindowProxy for the alert dialog. TBR=jam Review URL: http://codereview.chromium.org/10667 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/ui/npapi_uitest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/ui/npapi_uitest.cpp b/chrome/test/ui/npapi_uitest.cpp
index 1da15c46..b2d48a3 100644
--- a/chrome/test/ui/npapi_uitest.cpp
+++ b/chrome/test/ui/npapi_uitest.cpp
@@ -170,7 +170,7 @@ TEST_F(NPAPITester, SelfDeletePluginInvoke) {
// Tests if a plugin executing a self deleting script using Invoke with
// a modal dialog showing works without crashing or hanging
-TEST_F(NPAPITester, SelfDeletePluginInvokeAlert) {
+TEST_F(NPAPITester, DISABLED_SelfDeletePluginInvokeAlert) {
std::wstring test_case = L"self_delete_plugin_invoke_alert.html";
GURL url = GetTestUrl(L"npapi", test_case);
NavigateToURL(url);