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

Unified Diff: remoting/host/win/worker_process_launcher_unittest.cc

Issue 2450063002: Disabling WorkerProcessLauncherTest.Crash (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/worker_process_launcher_unittest.cc
diff --git a/remoting/host/win/worker_process_launcher_unittest.cc b/remoting/host/win/worker_process_launcher_unittest.cc
index ab9dc3884458ad8026bc301027cdc7bbbd5f3543..559ec8fae305f99cc0960a31f79ab7cd1577891c 100644
--- a/remoting/host/win/worker_process_launcher_unittest.cc
+++ b/remoting/host/win/worker_process_launcher_unittest.cc
@@ -481,7 +481,8 @@ TEST_F(WorkerProcessLauncherTest, PermanentError) {
}
// Requests the worker to crash and expects it to honor the request.
-TEST_F(WorkerProcessLauncherTest, Crash) {
+// Disabled: http://crbug.com/659219
+TEST_F(WorkerProcessLauncherTest, DISABLED_Crash) {
EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
.Times(2)
.WillRepeatedly(Invoke(
« 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