summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/controls/table/table_view_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/controls/table/table_view_unittest.cc b/views/controls/table/table_view_unittest.cc
index 834f96e..bee0c19 100644
--- a/views/controls/table/table_view_unittest.cc
+++ b/views/controls/table/table_view_unittest.cc
@@ -395,7 +395,8 @@ TEST_F(TableViewTest, DISABLED_PersistMultiSelectionOnAdd) {
VerifySelectedRows(1, 0, -1);
}
-TEST_F(NullModelTableViewTest, NullModel) {
+// Crashing: http://crbug.com/45015
+TEST_F(NullModelTableViewTest, DISABLED_NullModel) {
// There's nothing explicit to test. If there is a bug in TableView relating
// to a NULL model we'll crash.
}