diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-29 22:57:15 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-29 22:57:15 +0000 |
commit | 8cc224b8082f03ff0f930d5c1462ff65e27a2169 (patch) | |
tree | b63ba96f91de5d9f4b7a43512b6feef30d8ed7aa /remoting/protocol/jingle_session_unittest.cc | |
parent | 4b80d2e0f641ea7443326a75fc0f22bf4812bc68 (diff) | |
download | chromium_src-8cc224b8082f03ff0f930d5c1462ff65e27a2169.zip chromium_src-8cc224b8082f03ff0f930d5c1462ff65e27a2169.tar.gz chromium_src-8cc224b8082f03ff0f930d5c1462ff65e27a2169.tar.bz2 |
Disable tests.
BUG=None
TEST=None
TBR=hclam@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/jingle_session_unittest.cc')
-rw-r--r-- | remoting/protocol/jingle_session_unittest.cc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/remoting/protocol/jingle_session_unittest.cc b/remoting/protocol/jingle_session_unittest.cc index f2e45f6..9abc954 100644 --- a/remoting/protocol/jingle_session_unittest.cc +++ b/remoting/protocol/jingle_session_unittest.cc @@ -575,13 +575,13 @@ class UDPChannelTester : public ChannelTesterBase { #if defined(USE_NSS) || defined(OS_WIN) // Verify that we can create and destory server objects without a connection. -TEST_F(JingleSessionTest, CreateAndDestoy) { +TEST_F(JingleSessionTest, DISABLED_CreateAndDestoy) { CreateServerPair(); } // Verify that incoming session can be rejected, and that the status // of the connection is set to CLOSED in this case. -TEST_F(JingleSessionTest, RejectConnection) { +TEST_F(JingleSessionTest, DISABLED_RejectConnection) { CreateServerPair(); // Reject incoming session. @@ -609,13 +609,13 @@ TEST_F(JingleSessionTest, RejectConnection) { } // Verify that we can connect two endpoints. -TEST_F(JingleSessionTest, Connect) { +TEST_F(JingleSessionTest, DISABLED_Connect) { CreateServerPair(); ASSERT_TRUE(InitiateConnection()); } // Verify that data can be transmitted over the event channel. -TEST_F(JingleSessionTest, TestControlChannel) { +TEST_F(JingleSessionTest, DISABLED_TestControlChannel) { CreateServerPair(); ASSERT_TRUE(InitiateConnection()); scoped_refptr<TCPChannelTester> tester( @@ -630,7 +630,7 @@ TEST_F(JingleSessionTest, TestControlChannel) { } // Verify that data can be transmitted over the video channel. -TEST_F(JingleSessionTest, TestVideoChannel) { +TEST_F(JingleSessionTest, DISABLED_TestVideoChannel) { CreateServerPair(); ASSERT_TRUE(InitiateConnection()); scoped_refptr<TCPChannelTester> tester( @@ -645,7 +645,7 @@ TEST_F(JingleSessionTest, TestVideoChannel) { } // Verify that data can be transmitted over the event channel. -TEST_F(JingleSessionTest, TestEventChannel) { +TEST_F(JingleSessionTest, DISABLED_TestEventChannel) { CreateServerPair(); ASSERT_TRUE(InitiateConnection()); scoped_refptr<TCPChannelTester> tester( @@ -660,7 +660,7 @@ TEST_F(JingleSessionTest, TestEventChannel) { } // Verify that data can be transmitted over the video RTP channel. -TEST_F(JingleSessionTest, TestVideoRtpChannel) { +TEST_F(JingleSessionTest, DISABLED_TestVideoRtpChannel) { CreateServerPair(); ASSERT_TRUE(InitiateConnection()); scoped_refptr<UDPChannelTester> tester( |