summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/window_unittest.cc')
-rw-r--r--ui/aura/window_unittest.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/ui/aura/window_unittest.cc b/ui/aura/window_unittest.cc
index 76a70ca..a3a781d 100644
--- a/ui/aura/window_unittest.cc
+++ b/ui/aura/window_unittest.cc
@@ -796,7 +796,13 @@ TEST_F(WindowTest, Transform) {
}
// Tests that gesture events are transformed correctly.
-TEST_F(WindowTest, TransformGesture) {
+// See http://crbug.com/111262
+#if defined(OS_WIN)
+#define MAYBE_TransformGesture FAILS_TransformGesture
+#else
+#define MAYBE_TransformGesture TransformGesture
+#endif
+TEST_F(WindowTest, MAYBE_TransformGesture) {
RootWindow* root_window = RootWindow::GetInstance();
gfx::Size size = root_window->GetHostSize();