| Index: cc/trees/layer_tree_host_unittest_scroll.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_scroll.cc b/cc/trees/layer_tree_host_unittest_scroll.cc
|
| index ec968022fe0004f1bf0a0c56514fea2b5a3e0e3a..040cf694d68882aa684fc2ea26a319471c9f72a2 100644
|
| --- a/cc/trees/layer_tree_host_unittest_scroll.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_scroll.cc
|
| @@ -2072,9 +2072,9 @@ class LayerTreeHostScrollTestPropertyTreeUpdate
|
|
|
| SINGLE_AND_MULTI_THREAD_TEST_F(LayerTreeHostScrollTestPropertyTreeUpdate);
|
|
|
| -// Disabled due to flakes/crashes on Linux TSan Tests and on
|
| -// linux_chromium_asan_rel; see https://crbug.com/697652.
|
| -#if defined(OS_LINUX)
|
| +// Disabled due to flakes/crashes on Linux TSan Tests, linux_chromium_asan_rel
|
| +// and Android N5X Swarm; see https://crbug.com/697652.
|
| +#if defined(OS_LINUX) || defined(OS_ANDROID)
|
| #define MAYBE_LayerTreeHostScrollTestImplSideInvalidation \
|
| DISABLED_LayerTreeHostScrollTestImplSideInvalidation
|
| #else
|
|
|