diff options
Diffstat (limited to 'ash')
-rw-r--r-- | ash/wm/workspace/workspace_window_resizer_unittest.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc index 1a237fd..b9f09a15 100644 --- a/ash/wm/workspace/workspace_window_resizer_unittest.cc +++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc @@ -126,12 +126,6 @@ class WorkspaceWindowResizerTest : public test::AshTestBase { DISALLOW_COPY_AND_ASSIGN(WorkspaceWindowResizerTest); }; -// TODO(oshima): Disabling these tests because these tests -// depends on the window to be specific size, but bots doesn't -// have enough space and the actual window gets smaller, which -// causing mismatch. -#if !defined(OS_WIN) - // Assertions around attached window resize dragging from the right with 2 // windows. TEST_F(WorkspaceWindowResizerTest, AttachedResize_RIGHT_2) { @@ -656,8 +650,6 @@ TEST_F(WorkspaceWindowResizerTest, CtrlCompleteDragMoveToExactPosition) { EXPECT_EQ("106,124 320x160", window_->bounds().ToString()); } -#endif - } // namespace } // namespace test } // namespace ash |