diff options
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/protocol/jingle_session_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/protocol/jingle_session_unittest.cc b/remoting/protocol/jingle_session_unittest.cc index 252f113..f7b60f7 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) { |