summaryrefslogtreecommitdiffstats
path: root/chrome/test/gpu/gpu_feature_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/gpu/gpu_feature_browsertest.cc')
-rw-r--r--chrome/test/gpu/gpu_feature_browsertest.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc
index 005b85c..f7e65a5 100644
--- a/chrome/test/gpu/gpu_feature_browsertest.cc
+++ b/chrome/test/gpu/gpu_feature_browsertest.cc
@@ -100,6 +100,10 @@ IN_PROC_BROWSER_TEST_F(GpuFeatureTest, AcceleratedCompositingBlocked) {
RunTest(url, expect_gpu_process);
}
+#if defined(OS_LINUX)
+// http://crbug.com/104142
+#define WebGLAllowed FLAKY_WebGLAllowed
+#endif
IN_PROC_BROWSER_TEST_F(GpuFeatureTest, WebGLAllowed) {
GpuFeatureFlags flags = GpuDataManager::GetInstance()->GetGpuFeatureFlags();
EXPECT_EQ(flags.flags(), 0u);