| Index: chrome/browser/instant/instant_extended_browsertest.cc
|
| diff --git a/chrome/browser/instant/instant_extended_browsertest.cc b/chrome/browser/instant/instant_extended_browsertest.cc
|
| index aeceb7159fa18b600a0041bdb5ccd5005cee81fc..d38d02b65904328581498e6459cac8abefd7c02e 100644
|
| --- a/chrome/browser/instant/instant_extended_browsertest.cc
|
| +++ b/chrome/browser/instant/instant_extended_browsertest.cc
|
| @@ -1048,7 +1048,8 @@ IN_PROC_BROWSER_TEST_F(InstantExtendedTest, TransientEntrySet) {
|
|
|
| // Test that the a transient entry is cleared when the overlay is committed
|
| // with a navigation.
|
| -IN_PROC_BROWSER_TEST_F(InstantExtendedTest, TransientEntryRemoved) {
|
| +// TODO(samarth) : this test fails, http://crbug.com/181070.
|
| +IN_PROC_BROWSER_TEST_F(InstantExtendedTest, DISABLED_TransientEntryRemoved) {
|
| ASSERT_NO_FATAL_FAILURE(SetupInstant(browser()));
|
|
|
| // Focus omnibox and confirm overlay isn't shown.
|
|
|