Commit 1aa3adab authored by joi@chromium.org's avatar joi@chromium.org

Mark WebIntentPickerControllerBrowserTest.ChooseService flaky.

It has been timing out flakily today.

TBR=gbillock@chromium.org
BUG=104140

Review URL: http://codereview.chromium.org/8564010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109892 0039d316-1c4b-4281-b951-d872f2087c98
parent 74a75bf8
...@@ -112,7 +112,9 @@ class WebIntentPickerControllerBrowserTest : public InProcessBrowserTest { ...@@ -112,7 +112,9 @@ class WebIntentPickerControllerBrowserTest : public InProcessBrowserTest {
FaviconService* favicon_service_; FaviconService* favicon_service_;
}; };
IN_PROC_BROWSER_TEST_F(WebIntentPickerControllerBrowserTest, ChooseService) { // http://crbug.com/104140
IN_PROC_BROWSER_TEST_F(WebIntentPickerControllerBrowserTest,
FLAKY_ChooseService) {
web_data_service_ = web_data_service_ =
browser()->profile()->GetWebDataService(Profile::EXPLICIT_ACCESS); browser()->profile()->GetWebDataService(Profile::EXPLICIT_ACCESS);
AddWebIntentService(kAction1, kServiceURL1); AddWebIntentService(kAction1, kServiceURL1);
......
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