Chromium Code Reviews| Index: cc/trees/layer_tree_host_unittest.cc |
| diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc |
| index 3ef592338fa1467cc8b3e27c763f764914028b43..2abf6d35e85d4c683f5012d6402cefe96589308f 100644 |
| --- a/cc/trees/layer_tree_host_unittest.cc |
| +++ b/cc/trees/layer_tree_host_unittest.cc |
| @@ -5582,7 +5582,10 @@ class LayerTreeHostTestCrispUpAfterPinchEndsWithOneCopy |
| } |
| }; |
| +// TODO(danakj): Disabled for flake: crbug.com/433208 |
| +#if !defined(OS_LINUX) || defined(NDEBUG) |
|
danakj
2014/11/17 16:03:06
We could just disable it entirely, the flake is no
|
| MULTI_THREAD_TEST_F(LayerTreeHostTestCrispUpAfterPinchEndsWithOneCopy); |
| +#endif |
| class LayerTreeHostTestContinuousDrawWhenCreatingVisibleTiles |
| : public LayerTreeHostTest { |