Commit 3a13a3c2 authored by marja@chromium.org's avatar marja@chromium.org

Disabling FormStructureBrowserTest tests on ChromeOS.

NOTRY=true
TBR=isherman@chromium.org
BUG=173621

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180121 0039d316-1c4b-4281-b951-d872f2087c98
parent 39ef31b7
...@@ -97,7 +97,8 @@ std::string FormStructureBrowserTest::FormStructuresToString( ...@@ -97,7 +97,8 @@ std::string FormStructureBrowserTest::FormStructuresToString(
} }
// Heuristics tests timeout on Windows. See http://crbug.com/85276 // Heuristics tests timeout on Windows. See http://crbug.com/85276
#if defined(OS_WIN) // Also on ChromeOS. See crbug.com/173621
#if defined(OS_WIN) || defined(OS_CHROMEOS)
#define MAYBE_DataDrivenHeuristics(n) DISABLED_DataDrivenHeuristics##n #define MAYBE_DataDrivenHeuristics(n) DISABLED_DataDrivenHeuristics##n
#else #else
#define MAYBE_DataDrivenHeuristics(n) DataDrivenHeuristics##n #define MAYBE_DataDrivenHeuristics(n) DataDrivenHeuristics##n
......
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