Commit 808ad28f authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable flaky LocalNTPTest.EmbeddedSearchAPIOnlyAvailableOnNTP.

FindIt says the test recently started being is flaky.

Bug: 1096976
Change-Id: I7c60c47a365533325748818f27bf0fd5e4eaaeb5
Tbr: mahmadi@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357131Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798227}
parent ea89c29c
......@@ -109,7 +109,9 @@ class LocalNTPTest : public InProcessBrowserTest {
}
};
IN_PROC_BROWSER_TEST_F(LocalNTPTest, EmbeddedSearchAPIOnlyAvailableOnNTP) {
// Disabled for being flaky. crbug.com/1096976
IN_PROC_BROWSER_TEST_F(LocalNTPTest,
DISABLED_EmbeddedSearchAPIOnlyAvailableOnNTP) {
// Set up a test server, so we have some arbitrary non-NTP URL to navigate to.
net::EmbeddedTestServer test_server(net::EmbeddedTestServer::TYPE_HTTPS);
test_server.ServeFilesFromSourceDirectory(GetChromeTestDataDir());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment