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

Unified Diff: cc/trees/layer_tree_host_unittest_copyrequest.cc

Issue 851803002: Disable flaky test LayerTreeHostCopyRequestTestMultipleRequests.GLRenderer_RunSingleThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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: cc/trees/layer_tree_host_unittest_copyrequest.cc
diff --git a/cc/trees/layer_tree_host_unittest_copyrequest.cc b/cc/trees/layer_tree_host_unittest_copyrequest.cc
index de20b6c8d5d4190a300be4e326f6e756e2e17b11..e4f944d9d6ace1e534c30449a085a7f4b99372e4 100644
--- a/cc/trees/layer_tree_host_unittest_copyrequest.cc
+++ b/cc/trees/layer_tree_host_unittest_copyrequest.cc
@@ -118,8 +118,9 @@ class LayerTreeHostCopyRequestTestMultipleRequests
};
// Readback can't be done with a delegating renderer.
+// Disabled due to flake: http://crbug.com/448521
TEST_F(LayerTreeHostCopyRequestTestMultipleRequests,
- GLRenderer_RunSingleThread) {
+ DISABLED_GLRenderer_RunSingleThread) {
use_gl_renderer_ = true;
RunTest(false, false, false);
}
« 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