| Index: chrome/browser/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm (revision 52905)
|
| +++ chrome/browser/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm (working copy)
|
| @@ -80,7 +80,8 @@
|
| TEST_VIEW(AutocompleteTextFieldCellTest, view_);
|
|
|
| // Test drawing, mostly to ensure nothing leaks or crashes.
|
| -TEST_F(AutocompleteTextFieldCellTest, FocusedDisplay) {
|
| +// Flaky, disabled. Bug http://crbug.com/49522
|
| +TEST_F(AutocompleteTextFieldCellTest, DISABLED_FocusedDisplay) {
|
| [view_ display];
|
|
|
| // Test focused drawing.
|
|
|