| Index: chrome/browser/extensions/api/messaging/native_message_process_host_unittest_posix.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/messaging/native_message_process_host_unittest_posix.cc (revision 167825)
|
| +++ chrome/browser/extensions/api/messaging/native_message_process_host_unittest_posix.cc (working copy)
|
| @@ -156,9 +156,10 @@
|
| file_util::Delete(temp_file, false /* non-recursive */);
|
| }
|
|
|
| +// Disabled, see http://crbug.com/159754.
|
| // Test send message with a real client. The client just echo's back the text
|
| // it recieved.
|
| -TEST_F(NativeMessagingTest, EchoConnect) {
|
| +TEST_F(NativeMessagingTest, DISABLED_EchoConnect) {
|
| NativeMessageProcessHost::Create(
|
| AsWeakPtr(), "echo.py", "{\"text\": \"Hello.\"}", 0,
|
| NativeMessageProcessHost::TYPE_CONNECT, base::Bind(
|
|
|