From 5940ca44ad8aedc988f87e879089e45ac266db2a Mon Sep 17 00:00:00 2001 From: "ojan@google.com" Date: Thu, 18 Dec 2008 03:08:03 +0000 Subject: Reverting 7206. Sigh. Apparently these fail only on the buildbots. Review URL: http://codereview.chromium.org/14829 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7207 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/ui/inspector_controller_uitest.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome/test') diff --git a/chrome/test/ui/inspector_controller_uitest.cc b/chrome/test/ui/inspector_controller_uitest.cc index 576e270..885eb69 100644 --- a/chrome/test/ui/inspector_controller_uitest.cc +++ b/chrome/test/ui/inspector_controller_uitest.cc @@ -29,7 +29,8 @@ class InspectorControllerTest : public NoWindows2000Test { }; // This test also does not work in single process. See http://b/1214920 -TEST_F(InspectorControllerTest, InspectElement) { +// Disabled, see http://crbug.com/4655 +TEST_F(InspectorControllerTest, DISABLED_InspectElement) { if (IsTestCaseDisabled()) return; @@ -46,3 +47,4 @@ TEST_F(InspectorControllerTest, InspectElement) { NavigateTab(tab.get(), server.TestServerPageW(L"files/inspector/test2.html")); EXPECT_EQ(2, tab->InspectElement(0, 0)); } + -- cgit v1.1