summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyen <dyen@chromium.org>2016-02-10 15:23:34 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-10 23:26:13 +0000
commitd1a4b660eb29113ef2a08f8544ebf1f2b212e6ec (patch)
treeab422d0e5d5b0eb24a0ccd03ef5497fe4181f194
parent0b5363e434fdbf98397c344a441a62de025e1adb (diff)
downloadchromium_src-d1a4b660eb29113ef2a08f8544ebf1f2b212e6ec.zip
chromium_src-d1a4b660eb29113ef2a08f8544ebf1f2b212e6ec.tar.gz
chromium_src-d1a4b660eb29113ef2a08f8544ebf1f2b212e6ec.tar.bz2
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}
-rw-r--r--content/test/gpu/gpu_tests/context_lost_expectations.py6
1 files changed, 6 insertions, 0 deletions
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)