Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: content/test/gpu/gpu_tests/context_lost.py

Issue 1684203002: Temporarily disable flaky tests, this should only be for today. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed decorators Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/context_lost.py
diff --git a/content/test/gpu/gpu_tests/context_lost.py b/content/test/gpu/gpu_tests/context_lost.py
index 433248901df3622f92d578c9942b6ac67ae36774..27b61b9aa984bfd30cd7cb539fa249ac03fdf189 100644
--- a/content/test/gpu/gpu_tests/context_lost.py
+++ b/content/test/gpu/gpu_tests/context_lost.py
@@ -343,10 +343,11 @@ class ContextLost(gpu_test_base.TestBase):
ps = story_set_module.StorySet(
base_dir=data_path,
serving_dirs=set(['']))
- ps.AddStory(GPUProcessCrashesExactlyOnce(
- ps, ps.base_dir, self.GetExpectations()))
- ps.AddStory(WebGLContextLostFromGPUProcessExitPage(
- ps, ps.base_dir, self.GetExpectations()))
+ # TODO(dyen): temporarily disable these tests (crbug.com/584872).
+ #ps.AddStory(GPUProcessCrashesExactlyOnce(
+ # ps, ps.base_dir, self.GetExpectations()))
+ #ps.AddStory(WebGLContextLostFromGPUProcessExitPage(
+ # ps, ps.base_dir, self.GetExpectations()))
Ken Russell (switch to Gerrit) 2016/02/10 19:03:00 This isn't the right way to do this. Please add ex
David Yen 2016/02/10 19:10:09 Done.
ps.AddStory(WebGLContextLostFromLoseContextExtensionPage(
ps, ps.base_dir, self.GetExpectations()))
ps.AddStory(WebGLContextLostFromQuantityPage(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698