| Index: views/controls/table/table_view_unittest.cc
|
| ===================================================================
|
| --- views/controls/table/table_view_unittest.cc (revision 50989)
|
| +++ views/controls/table/table_view_unittest.cc (working copy)
|
| @@ -395,7 +395,8 @@
|
| 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.
|
| }
|
|
|