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:
parent
f7eb75be1a
commit
8a1448950c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user