| Index: cc/trees/layer_tree_host_unittest_animation.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
|
| index 6300622773729219ec593cb5e42f208b90f274f7..2d89f0df6911251e0ffc271bd843adcfc5ec50a1 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -607,7 +607,8 @@ class LayerTreeHostAnimationTestCheckerboardDoesntStartAnimations
|
| void InitializeSettings(LayerTreeSettings* settings) override {
|
| // Make sure that drawing many times doesn't cause a checkerboarded
|
| // animation to start so we avoid flake in this test.
|
| - settings->timeout_and_draw_when_animation_checkerboards = false;
|
| + // TODO(brianderson): Figure out what to do to make this test not flaky.
|
| + // settings->timeout_and_draw_when_animation_checkerboards = false;
|
| }
|
|
|
| void BeginTest() override {
|
|
|