| 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(
|
|
|