| Index: ui/views/focus/focus_manager_unittest.cc
|
| diff --git a/ui/views/focus/focus_manager_unittest.cc b/ui/views/focus/focus_manager_unittest.cc
|
| index a655eafcc45e0c3d37abf43989a3f78704fc6db0..b1f5225ddbd8e1e6f57bde129c42cf3b3208f4e3 100644
|
| --- a/ui/views/focus/focus_manager_unittest.cc
|
| +++ b/ui/views/focus/focus_manager_unittest.cc
|
| @@ -122,6 +122,12 @@ TEST_F(FocusManagerTest, FocusChangeListener) {
|
| }
|
|
|
| TEST_F(FocusManagerTest, WidgetFocusChangeListener) {
|
| + // TODO: this test ends up calling focus on the aura::Window associated with
|
| + // the Widget and expecting that to change activation. This should work for
|
| + // aura-mus-client as well. http://crbug.com/664261.
|
| + if (IsAuraMusClient())
|
| + return;
|
| +
|
| // First, ensure the simulator is aware of the Widget created in SetUp() being
|
| // currently active.
|
| test::WidgetTest::SimulateNativeActivate(GetWidget());
|
|
|