Skip to content
Snippets Groups Projects
Commit 2c6ed18b authored by hclam@chromium.org's avatar hclam@chromium.org
Browse files

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
parent de9e0b59
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment