| Index: chrome/browser/instant/instant_browsertest.cc
|
| diff --git a/chrome/browser/instant/instant_browsertest.cc b/chrome/browser/instant/instant_browsertest.cc
|
| index 58b6207143810a0c58b0852309e4e0abcff1be82..03fe6f61565ccd618659e7970bb9741736c24ce3 100644
|
| --- a/chrome/browser/instant/instant_browsertest.cc
|
| +++ b/chrome/browser/instant/instant_browsertest.cc
|
| @@ -370,17 +370,6 @@ IN_PROC_BROWSER_TEST_F(InstantTest, DISABLED_OnCancelEvent) {
|
| GetSearchStateAsString(preview_tab, false));
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(InstantTest, MAYBE(SetSuggestionsArrayOfStrings)) {
|
| - ASSERT_TRUE(test_server()->Start());
|
| - EnableInstant();
|
| - SetupInstantProvider("instant.html");
|
| - DetermineInstantSupport();
|
| -
|
| - ASSERT_TRUE(SetSuggestionsJavascriptArgument("['defg', 'unused']"));
|
| - SearchAndWaitForPreviewToShow();
|
| - EXPECT_EQ("defg", GetSuggestion());
|
| -}
|
| -
|
| IN_PROC_BROWSER_TEST_F(InstantTest, MAYBE(SetSuggestionsEmptyArray)) {
|
| ASSERT_TRUE(test_server()->Start());
|
| EnableInstant();
|
|
|