diff options
Diffstat (limited to 'chrome/views/view_unittest.cc')
-rw-r--r-- | chrome/views/view_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/views/view_unittest.cc b/chrome/views/view_unittest.cc index 8b57200..9fbf481 100644 --- a/chrome/views/view_unittest.cc +++ b/chrome/views/view_unittest.cc @@ -774,7 +774,9 @@ class SimpleWindowDelegate : public WindowDelegate { // Tests that the mouse-wheel messages are correctly rerouted to the window // under the mouse. -TEST_F(ViewTest, RerouteMouseWheelTest) { +// TODO(jcampan): http://crbug.com/10572 Disabled as it fails on the Vista build +// bot. +TEST_F(ViewTest, DISABLED_RerouteMouseWheelTest) { TestViewWithControls* view_with_controls = new TestViewWithControls(); views::Window* window1 = views::Window::CreateChromeWindow( |