| Index: components/omnibox/browser/shortcuts_database_unittest.cc
|
| diff --git a/components/omnibox/browser/shortcuts_database_unittest.cc b/components/omnibox/browser/shortcuts_database_unittest.cc
|
| index c98bdeb673397abc62695ec61d567572da25601c..64a3d7b93460565c433ff67379b69dda6b16ff9e 100644
|
| --- a/components/omnibox/browser/shortcuts_database_unittest.cc
|
| +++ b/components/omnibox/browser/shortcuts_database_unittest.cc
|
| @@ -302,7 +302,7 @@ TEST(ShortcutsDatabaseMigrationTest, MigrateV0ToV1) {
|
| #endif
|
| }
|
|
|
| -TEST(ShortcutsDatabaseMigrationTest, Recovery1) {
|
| +TEST(ShortcutsDatabaseMigrationTest, DISABLED_Recovery1) {
|
| #if defined(OS_ANDROID)
|
| char kBasename[] = "Shortcuts.v1.sql";
|
| #else
|
|
|