diff options
| -rw-r--r-- | chrome/browser/cocoa/preferences_window_controller_unittest.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/preferences_window_controller_unittest.mm b/chrome/browser/cocoa/preferences_window_controller_unittest.mm index c22a581..31880f3 100644 --- a/chrome/browser/cocoa/preferences_window_controller_unittest.mm +++ b/chrome/browser/cocoa/preferences_window_controller_unittest.mm @@ -78,7 +78,8 @@ TEST_F(PrefsControllerTest, ShowAndClose) { pref_controller_ = nil; } -TEST_F(PrefsControllerTest, ValidateCustomHomePagesTable) { +// Crashes, http://crbug.com/54950 +TEST_F(PrefsControllerTest, DISABLED_ValidateCustomHomePagesTable) { // First, insert two valid URLs into the CustomHomePagesModel. GURL url1("http://www.google.com/"); GURL url2("http://maps.google.com/"); |
