Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4913)

Unified Diff: chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc

Issue 8564010: Mark WebIntentPickerControllerBrowserTest.ChooseService flaky. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc b/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
index b7d11cfb5141419d51497334f7fb7e56fdc39e5b..3e0f178efe125c37bae49215ab68c4b4e65f4d60 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
+++ b/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
@@ -112,7 +112,9 @@ class WebIntentPickerControllerBrowserTest : public InProcessBrowserTest {
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_ =
browser()->profile()->GetWebDataService(Profile::EXPLICIT_ACCESS);
AddWebIntentService(kAction1, kServiceURL1);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698