| Index: ash/common/wm/mru_window_tracker_unittest.cc
|
| diff --git a/ash/common/wm/mru_window_tracker_unittest.cc b/ash/common/wm/mru_window_tracker_unittest.cc
|
| index cf92338fbcd0dd262c335c0180e9b84a485ec4e2..d6ba12c4bf50b52f22f6f1f247f3223c276d208f 100644
|
| --- a/ash/common/wm/mru_window_tracker_unittest.cc
|
| +++ b/ash/common/wm/mru_window_tracker_unittest.cc
|
| @@ -51,10 +51,6 @@ TEST_F(MruWindowTrackerTest, Basic) {
|
|
|
| // Test that minimized windows are not treated specially.
|
| TEST_F(MruWindowTrackerTest, MinimizedWindowsAreLru) {
|
| - // TODO(sky): fix me. Fails in mash because of http://crbug.com/654887.
|
| - if (WmShell::Get()->IsRunningInMash())
|
| - return;
|
| -
|
| std::unique_ptr<WindowOwner> w1_owner(CreateTestWindow());
|
| WmWindow* w1 = w1_owner->window();
|
| std::unique_ptr<WindowOwner> w2_owner(CreateTestWindow());
|
|
|