Skip to content

Commit

Permalink
Disabled DevToolsSanityTest.TestReattachAfterCrash.
Browse files Browse the repository at this point in the history
TBR=erg@chromium.org
BUG=156985
NOTRY=true

Review URL: https://codereview.chromium.org/11231027

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163152 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
marja@chromium.org committed Oct 20, 2012
1 parent 9013124 commit f309fa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chrome/browser/debugger/devtools_sanity_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestConsoleOnNavigateBack) {

// Tests that inspector will reattach to inspected page when it is reloaded
// after a crash. See http://crbug.com/101952
IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestReattachAfterCrash) {
// DISABLED: crbug.com/156985
IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, DISABLED_TestReattachAfterCrash) {
OpenDevToolsWindow(kDebuggerTestPage);

content::CrashTab(GetInspectedTab());
Expand Down

0 comments on commit f309fa7

Please sign in to comment.