| Index: content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| diff --git a/content/browser/renderer_host/input/input_router_impl_unittest.cc b/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| index 82d4ae8e0d544c1ea709669f073886e11d3c6bed..ec6b022236f5c19c09bca93deee67b61e11b579e 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| +++ b/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| @@ -1522,8 +1522,9 @@ TEST_F(InputRouterImplTest, TouchActionResetWhenTouchHandlerRemoved) {
|
|
|
| // Test that the double tap gesture depends on the touch action of the first
|
| // tap.
|
| +// TODO(dtapuska): Disabled for now crbug.com/697871
|
| TEST_F(InputRouterImplRafAlignedTouchEnabledTest,
|
| - DoubleTapGestureDependsOnFirstTap) {
|
| + DISABLED_DoubleTapGestureDependsOnFirstTap) {
|
| OnHasTouchEventHandlers(true);
|
|
|
| // Sequence 1.
|
|
|