summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-23 22:10:56 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-23 22:10:56 +0000
commit2c6ed18ba01a4f0451517411bf1d98812078f19d (patch)
tree3bb79088259e57eaface9f91395a3ab20e6b17c1 /remoting/protocol
parentde9e0b5949b3a512787ae174137714e0effb7546 (diff)
downloadchromium_src-2c6ed18ba01a4f0451517411bf1d98812078f19d.zip
chromium_src-2c6ed18ba01a4f0451517411bf1d98812078f19d.tar.gz
chromium_src-2c6ed18ba01a4f0451517411bf1d98812078f19d.tar.bz2
Disable JingleSessionTests on Windows
Fixing remoting_unittests crash on XP. TBR=sergeyu BUG=67928 TEST=None Review URL: http://codereview.chromium.org/5963005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol')
-rw-r--r--remoting/protocol/jingle_session_unittest.cc3
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) {