Commit 55e3d1f7 authored by thakis@chromium.org's avatar thakis@chromium.org

linux: Disable Canvas2dAllowed, it times out.

BUG=104142
TEST=none
TBR=joi

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113959 0039d316-1c4b-4281-b951-d872f2087c98
parent 45ce1e20
......@@ -190,7 +190,7 @@ IN_PROC_BROWSER_TEST_F(GpuFeatureTest, WebGLBlocked) {
#if defined(OS_LINUX)
// http://crbug.com/104142
#define Canvas2DAllowed FLAKY_Canvas2DAllowed
#define Canvas2DAllowed DISABLED_Canvas2DAllowed
#endif
IN_PROC_BROWSER_TEST_F(GpuFeatureTest, Canvas2DAllowed) {
GpuFeatureFlags flags = GpuDataManager::GetInstance()->GetGpuFeatureFlags();
......
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