Chromium Code Reviews| Index: chrome/test/remoting/me2me_browsertest.cc |
| diff --git a/chrome/test/remoting/me2me_browsertest.cc b/chrome/test/remoting/me2me_browsertest.cc |
| index 72d577ec20c692d1e414a1648b225c2933f2c2f0..2a694739ec268b8349691a0218d0e06d4b895217 100644 |
| --- a/chrome/test/remoting/me2me_browsertest.cc |
| +++ b/chrome/test/remoting/me2me_browsertest.cc |
| @@ -96,6 +96,15 @@ IN_PROC_BROWSER_TEST_F(Me2MeBrowserTest, |
| Cleanup(); |
| } |
| +IN_PROC_BROWSER_TEST_F(Me2MeBrowserTest, |
| + MANUAL_Me2Me_disable_remote_connection) { |
|
Jamie
2014/12/19 23:17:26
Nit: Disable_Remote_Connection (capitalization).
yihongg1
2015/01/22 21:55:25
Done.
|
| + SetUpTestForMe2Me(); |
| + |
| + DisableRemoteConnection(); |
| + EXPECT_FALSE(IsLocalHostReady()); |
| + |
| + Cleanup(); |
| +} |
| void Me2MeBrowserTest::TestKeyboardInput() { |
| // We will assume here that the browser window is already open on the host |