Commit 22bef733 authored by mnissler@chromium.org's avatar mnissler@chromium.org

Disable WebRequestBlocking, it's failing more or less consistently on ChromiumOS.

BUG=91715
TEST=
TBR=mpcomplete@chromium.org, jochen@chromium.org

Review URL: http://codereview.chromium.org/7623008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96358 0039d316-1c4b-4281-b951-d872f2087c98
parent acbd0042
...@@ -78,8 +78,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebRequestApiTest, WebRequestComplex) { ...@@ -78,8 +78,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebRequestApiTest, WebRequestComplex) {
#if defined(OS_CHROMEOS) || defined(OS_MACOSX) #if defined(OS_CHROMEOS) || defined(OS_MACOSX)
// Times out: http://crbug.com/91715 // Times out: http://crbug.com/91715
// TODO(mpcomplete): currently investigating, please don't disable yet. #define MAYBE_WebRequestBlocking DISABLED_WebRequestBlocking
#define MAYBE_WebRequestBlocking FLAKY_WebRequestBlocking
#else #else
#define MAYBE_WebRequestBlocking WebRequestBlocking #define MAYBE_WebRequestBlocking WebRequestBlocking
#endif #endif
......
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