Commit caee21f4 authored by mnissler@chromium.org's avatar mnissler@chromium.org

Disable ExtensionWebApiTest.WebRequestBlocking on Linux, it's consistently failing on two bots.

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

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96365 0039d316-1c4b-4281-b951-d872f2087c98
parent 90ab31be
...@@ -76,7 +76,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebRequestApiTest, WebRequestComplex) { ...@@ -76,7 +76,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebRequestApiTest, WebRequestComplex) {
message_; message_;
} }
#if defined(OS_CHROMEOS) || defined(OS_MACOSX) #if defined(OS_CHROMEOS) || defined(OS_MACOSX) || defined(OS_LINUX)
// Times out: http://crbug.com/91715 // Times out: http://crbug.com/91715
#define MAYBE_WebRequestBlocking DISABLED_WebRequestBlocking #define MAYBE_WebRequestBlocking DISABLED_WebRequestBlocking
#else #else
......
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