Chromium Code Reviews| Index: ui/aura/gestures/gesture_recognizer_unittest.cc |
| diff --git a/ui/aura/gestures/gesture_recognizer_unittest.cc b/ui/aura/gestures/gesture_recognizer_unittest.cc |
| index be8e86c0e53bdf7908f6ab347cbc963d5499c527..8e55e557f39fe035e8edac06b9fb5b8054f3af26 100644 |
| --- a/ui/aura/gestures/gesture_recognizer_unittest.cc |
| +++ b/ui/aura/gestures/gesture_recognizer_unittest.cc |
| @@ -682,8 +682,10 @@ class GestureRecognizerTest : public AuraTestBase, |
| virtual void SetUp() OVERRIDE { |
| // TODO(tdresser): Once unified GR has landed, only run these tests once. |
| if (UsingUnifiedGR()) { |
| - CommandLine::ForCurrentProcess()->AppendSwitch( |
| - switches::kUseUnifiedGestureDetector); |
| + // TODO - re-enable these tests once memory management issues have been |
| + // sorted out. See crbug.com/371990. |
| + // CommandLine::ForCurrentProcess()->AppendSwitch( |
| + // switches::kUseUnifiedGestureDetector); |
| } |
|
sadrul
2014/05/09 20:39:23
Instead of running the tests twice with the aura G
|
| AuraTestBase::SetUp(); |