Commit 7f28d24d authored by David Bertoni's avatar David Bertoni Committed by Commit Bot

[Extensions] Re-enable a test on Win Debug builds.

Per comments on the bug, this has been fixed and disabled
tests should be re-enabled.

Bug: 177163
Change-Id: Id9928781f25d659079571c762ac684b97cbece04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2158019Reviewed-by: default avatarArchana Simha <archanasimha@chromium.org>
Commit-Queue: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#762127}
parent 1d0c501e
...@@ -255,13 +255,7 @@ class ExtensionContentSettingsApiTest : public ExtensionApiTest { ...@@ -255,13 +255,7 @@ class ExtensionContentSettingsApiTest : public ExtensionApiTest {
std::unique_ptr<ScopedKeepAlive> keep_alive_; std::unique_ptr<ScopedKeepAlive> keep_alive_;
}; };
// http://crbug.com/177163 IN_PROC_BROWSER_TEST_F(ExtensionContentSettingsApiTest, Standard) {
#if defined(OS_WIN) && !defined(NDEBUG)
#define MAYBE_Standard DISABLED_Standard
#else
#define MAYBE_Standard Standard
#endif
IN_PROC_BROWSER_TEST_F(ExtensionContentSettingsApiTest, MAYBE_Standard) {
CheckContentSettingsDefault(); CheckContentSettingsDefault();
const char kExtensionPath[] = "content_settings/standard"; const char kExtensionPath[] = "content_settings/standard";
......
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