Disable WebRtcSessionTest.TestCreateOfferWithSctpEnabledWithoutStreams

BUG=2374
TBR=jiayl@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2214004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4747 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
sergeyu@chromium.org 2013-09-14 00:30:51 +00:00
parent f7eb75be1a
commit 8a1448950c

View File

@ -2485,7 +2485,9 @@ TEST_F(WebRtcSessionTest, TestRtpDataChannelConstraintTakesPrecedence) {
EXPECT_EQ(cricket::DCT_RTP, data_engine_->last_channel_type());
}
TEST_F(WebRtcSessionTest, TestCreateOfferWithSctpEnabledWithoutStreams) {
// Test fails on windows. https://code.google.com/p/webrtc/issues/detail?id=2374
TEST_F(WebRtcSessionTest,
DISABLED_TestCreateOfferWithSctpEnabledWithoutStreams) {
constraints_.reset(new FakeConstraints());
constraints_->AddOptional(
webrtc::MediaConstraintsInterface::kEnableSctpDataChannels, true);