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:
@ -2485,7 +2485,9 @@ TEST_F(WebRtcSessionTest, TestRtpDataChannelConstraintTakesPrecedence) {
|
|||||||
EXPECT_EQ(cricket::DCT_RTP, data_engine_->last_channel_type());
|
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_.reset(new FakeConstraints());
|
||||||
constraints_->AddOptional(
|
constraints_->AddOptional(
|
||||||
webrtc::MediaConstraintsInterface::kEnableSctpDataChannels, true);
|
webrtc::MediaConstraintsInterface::kEnableSctpDataChannels, true);
|
||||||
|
Reference in New Issue
Block a user