Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reason for revert: Disabled wrong test

TBR=nasko@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=163411

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242640 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
noamsml@chromium.org committed Dec 27, 2013
1 parent a1b9926 commit 43466b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/browser/devtools/devtools_sanity_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,8 @@ IN_PROC_BROWSER_TEST_F(DevToolsExtensionTest,
RunTest("waitForTestResultsInConsole", std::string());
}

// Disabled on Windows and Mac OSX due to flakiness. http://crbug.com/183649
#if defined(OS_WIN) || defined(OS_MACOSX)
// Disabled on Windows due to flakiness. http://crbug.com/183649
#if defined(OS_WIN)
#define MAYBE_TestDevToolsExtensionMessaging DISABLED_TestDevToolsExtensionMessaging
#else
#define MAYBE_TestDevToolsExtensionMessaging TestDevToolsExtensionMessaging
Expand Down

0 comments on commit 43466b9

Please sign in to comment.