diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-18 03:08:03 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-18 03:08:03 +0000 |
commit | 5940ca44ad8aedc988f87e879089e45ac266db2a (patch) | |
tree | db23bf5a00cb5d3450938071dad0ebdea3196a3d /chrome | |
parent | c12e818d9867a58f76550b7997a8a380c661f612 (diff) | |
download | chromium_src-5940ca44ad8aedc988f87e879089e45ac266db2a.zip chromium_src-5940ca44ad8aedc988f87e879089e45ac266db2a.tar.gz chromium_src-5940ca44ad8aedc988f87e879089e45ac266db2a.tar.bz2 |
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
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/ui/inspector_controller_uitest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
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<UITest> { }; // 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)); } + |