| Index: webrtc/api/peerconnectioninterface_unittest.cc
|
| diff --git a/webrtc/api/peerconnectioninterface_unittest.cc b/webrtc/api/peerconnectioninterface_unittest.cc
|
| index c52df41f2bfb679253907fa4976cb7fcbebf3eaa..a6f3094163f99d9337d4d4527f970870731934de 100644
|
| --- a/webrtc/api/peerconnectioninterface_unittest.cc
|
| +++ b/webrtc/api/peerconnectioninterface_unittest.cc
|
| @@ -3056,6 +3056,8 @@ TEST_F(PeerConnectionMediaConfigTest,
|
| EXPECT_TRUE(media_config.video.suspend_below_min_bitrate);
|
| }
|
|
|
| +/*
|
| + *
|
| // The following tests verify that session options are created correctly.
|
| // TODO(deadbeef): Convert these tests to be more end-to-end. Instead of
|
| // "verify options are converted correctly", should be "pass options into
|
| @@ -3226,6 +3228,7 @@ TEST(CreateSessionOptionsTest, MediaConstraintsInAnswer) {
|
| EXPECT_TRUE(updated_answer_options.has_audio());
|
| EXPECT_TRUE(updated_answer_options.has_video());
|
| }
|
| +*/
|
|
|
| TEST(RtcErrorTest, OstreamOperator) {
|
| std::ostringstream oss;
|
|
|