Commit bcaa7d7e authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable flaky LayerTreeHostTestSurfaceDamage test case.

LayerTreeHostTestSurfaceDamage.RunSingleThread_DelegatingRenderer is
flaky and causing a lot of CQ runs to fail.

TBR=ajuma@chromium.org

Bug: 1014263
Change-Id: I229b53eceb6b239cce5d1615780b98c78833af98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860113Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705712}
parent 45eee3a5
...@@ -1158,7 +1158,8 @@ class LayerTreeHostTestSurfaceDamage : public LayerTreeHostTest { ...@@ -1158,7 +1158,8 @@ class LayerTreeHostTestSurfaceDamage : public LayerTreeHostTest {
scoped_refptr<Layer> grand_child_; scoped_refptr<Layer> grand_child_;
}; };
SINGLE_AND_MULTI_THREAD_TEST_F(LayerTreeHostTestSurfaceDamage); // TODO(crbug.com/1014263): Disable because this test is flaky.
// SINGLE_AND_MULTI_THREAD_TEST_F(LayerTreeHostTestSurfaceDamage);
class LayerTreeHostTestLayerListSurfaceDamage : public LayerTreeHostTest { class LayerTreeHostTestLayerListSurfaceDamage : public LayerTreeHostTest {
protected: protected:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment