| Index: remoting/protocol/jingle_session_unittest.cc
|
| diff --git a/remoting/protocol/jingle_session_unittest.cc b/remoting/protocol/jingle_session_unittest.cc
|
| index 252f113e7a75dd4e6d68a7c57c74c03373c0d2c3..f7b60f7c8dba1cf1f838613fcafa8944a3e05fdc 100644
|
| --- a/remoting/protocol/jingle_session_unittest.cc
|
| +++ b/remoting/protocol/jingle_session_unittest.cc
|
| @@ -548,7 +548,8 @@ class UDPChannelTester : public ChannelTesterBase {
|
|
|
| // Mac needs to implement X509Certificate::CreateSelfSigned to enable these
|
| // tests.
|
| -#if defined(USE_NSS) || defined(OS_WIN)
|
| +// TODO(hclam): Run these tests on Windows.
|
| +#if defined(USE_NSS)
|
|
|
| // Verify that we can create and destory server objects without a connection.
|
| TEST_F(JingleSessionTest, CreateAndDestoy) {
|
|
|