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

Unified Diff: content/browser/utility_process_mojo_client_browsertest.cc

Issue 2093413002: Re-enable two flaky tests that were disabled due to timeouts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months 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 | « chrome/browser/image_decoder_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/utility_process_mojo_client_browsertest.cc
diff --git a/content/browser/utility_process_mojo_client_browsertest.cc b/content/browser/utility_process_mojo_client_browsertest.cc
index 7ffa80dfce79f848330ab0fa815e411fc70414dc..9c38951893c983a42790d2dabb3863e114dfb337 100644
--- a/content/browser/utility_process_mojo_client_browsertest.cc
+++ b/content/browser/utility_process_mojo_client_browsertest.cc
@@ -84,9 +84,7 @@ IN_PROC_BROWSER_TEST_F(UtilityProcessMojoClientBrowserTest, CallService) {
// Call the Mojo service but the utility process terminates before getting
// the result back.
-// TODO(pmonette): Re-enable when crbug.com/618206 is fixed.
-IN_PROC_BROWSER_TEST_F(UtilityProcessMojoClientBrowserTest,
- DISABLED_ConnectionError) {
+IN_PROC_BROWSER_TEST_F(UtilityProcessMojoClientBrowserTest, ConnectionError) {
base::RunLoop run_loop;
done_closure_ = run_loop.QuitClosure();
« no previous file with comments | « chrome/browser/image_decoder_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698