| 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 a3c9cb94e2d57d9cb2ee5af15782d16c153fc385..509bd87cc9cfdf50a508093b4564906cd42abd5f 100644
|
| --- a/ui/views/focus/focus_manager_unittest.cc
|
| +++ b/ui/views/focus/focus_manager_unittest.cc
|
| @@ -186,7 +186,7 @@ class TestTabbedPane : public TabbedPane {
|
|
|
| // Tests that NativeControls do set the focused View appropriately on the
|
| // FocusManager.
|
| -TEST_F(FocusManagerTest, FAILS_FocusNativeControls) {
|
| +TEST_F(FocusManagerTest, DISABLED_FocusNativeControls) {
|
| TestTextfield* textfield = new TestTextfield();
|
| TestTabbedPane* tabbed_pane = new TestTabbedPane();
|
| tabbed_pane->set_use_native_win_control(true);
|
|
|