From d1a4b660eb29113ef2a08f8544ebf1f2b212e6ec Mon Sep 17 00:00:00 2001 From: dyen Date: Wed, 10 Feb 2016 15:23:34 -0800 Subject: Temporarily disable flaky tests, this should only be for today. R=kbr@chromium.org BUG=584872 Review URL: https://codereview.chromium.org/1684203002 Cr-Commit-Position: refs/heads/master@{#374777} --- content/test/gpu/gpu_tests/context_lost_expectations.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/test/gpu/gpu_tests/context_lost_expectations.py b/content/test/gpu/gpu_tests/context_lost_expectations.py index a5713fe..d1465d0 100644 --- a/content/test/gpu/gpu_tests/context_lost_expectations.py +++ b/content/test/gpu/gpu_tests/context_lost_expectations.py @@ -26,3 +26,9 @@ class ContextLostExpectations(GpuTestExpectations): ['mountainlion', 'debug'], bug=497411) self.Skip('ContextLost.WebGLContextLostFromSelectElement', ['lion', 'debug'], bug=498149) + + # Temporarily disable while solution is being investigated. + self.Skip('ContextLost.GPUProcessCrashesExactlyOnce', + ['mac'], bug=584872) + self.Skip('ContextLost.WebGLContextLostFromGPUProcessExit', + ['mac'], bug=584872) -- cgit v1.1