Commit 5f903b63 authored by rsleevi@chromium.org's avatar rsleevi@chromium.org

Mark GpuFeatureTest.WebGLAlloweda as DISABLED_ on Linux, as it crashes/times out

BUG=104142
TBR=zmo@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111446 0039d316-1c4b-4281-b951-d872f2087c98
parent 5926c306
......@@ -102,9 +102,11 @@ IN_PROC_BROWSER_TEST_F(GpuFeatureTest, AcceleratedCompositingBlocked) {
#if defined(OS_LINUX)
// http://crbug.com/104142
#define WebGLAllowed FLAKY_WebGLAllowed
#define MAYBE_WebGLAllowed DISABLED_WebGLAllowed
#else
#define MAYBE_WebGLAllowed WebGLAllowed
#endif
IN_PROC_BROWSER_TEST_F(GpuFeatureTest, WebGLAllowed) {
IN_PROC_BROWSER_TEST_F(GpuFeatureTest, MAYBE_WebGLAllowed) {
GpuFeatureFlags flags = GpuDataManager::GetInstance()->GetGpuFeatureFlags();
EXPECT_EQ(flags.flags(), 0u);
......
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