summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/view_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/view_unittest.cc b/views/view_unittest.cc
index 0d30b6c..82b4b11 100644
--- a/views/view_unittest.cc
+++ b/views/view_unittest.cc
@@ -343,7 +343,7 @@ void TestView::OnMouseReleased(const MouseEvent& event, bool canceled) {
location_.SetPoint(event.x(), event.y());
}
-TEST_F(ViewTest, MouseEvent) {
+TEST_F(ViewTest, DISABLED_MouseEvent) {
TestView* v1 = new TestView();
v1->SetBounds(0, 0, 300, 300);