summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 19:04:52 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 19:04:52 +0000
commitda4d0186a344a4584b909acde48d43fe7ccf40f7 (patch)
tree596db1f97fc813165a4e5159b5a2cde91d72e534 /chrome/browser
parent78f6f515693bd355555eb0f4eb114124ccaec762 (diff)
downloadchromium_src-da4d0186a344a4584b909acde48d43fe7ccf40f7.zip
chromium_src-da4d0186a344a4584b909acde48d43fe7ccf40f7.tar.gz
chromium_src-da4d0186a344a4584b909acde48d43fe7ccf40f7.tar.bz2
Revert 29635 - DevTools: fix and enable TestContentScriptIsPresent
The test was still failing Review URL: http://codereview.chromium.org/314001 TBR=yurys@google.com Review URL: http://codereview.chromium.org/292051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/debugger/devtools_sanity_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/debugger/devtools_sanity_unittest.cc b/chrome/browser/debugger/devtools_sanity_unittest.cc
index 726d192..c21866a 100644
--- a/chrome/browser/debugger/devtools_sanity_unittest.cc
+++ b/chrome/browser/debugger/devtools_sanity_unittest.cc
@@ -227,7 +227,7 @@ IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestShowScriptsTab) {
// Tests that a content script is in the scripts list.
IN_PROC_BROWSER_TEST_F(DevToolsExtensionDebugTest,
- TestContentScriptIsPresent) {
+ DISABLED_TestContentScriptIsPresent) {
LoadExtension("simple_content_script");
RunTest("testContentScriptIsPresent", kPageWithContentScript);
}