Commit 121cbb5f authored by hubbe's avatar hubbe Committed by Commit bot

Enable extension browser tests on debug windows.

BUG=177163

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

Cr-Commit-Position: refs/heads/master@{#329495}
parent 357efa37
...@@ -205,13 +205,7 @@ bool ExtensionApiTest::RunExtensionTestIncognitoNoFileAccess( ...@@ -205,13 +205,7 @@ bool ExtensionApiTest::RunExtensionTestIncognitoNoFileAccess(
} }
bool ExtensionApiTest::ExtensionSubtestsAreSkipped() { bool ExtensionApiTest::ExtensionSubtestsAreSkipped() {
// See http://crbug.com/177163 for details.
#if defined(OS_WIN) && !defined(NDEBUG)
LOG(WARNING) << "Workaround for 177163, prematurely returning";
return true;
#else
return false; return false;
#endif
} }
bool ExtensionApiTest::RunExtensionSubtest(const std::string& extension_name, bool ExtensionApiTest::RunExtensionSubtest(const std::string& extension_name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment