Disable flaky test while working on improvement.
WebRtcVideoEngine2Test.RecreatesEncoderOnContentTypeChange is flaky. Disable it temporarily, while working on improvement. TBR=pthatcher@webrtc.org BUG=webrtc:7275 Review-Url: https://codereview.webrtc.org/2727503003 Cr-Commit-Position: refs/heads/master@{#16937}
This commit is contained in:
parent
cafa13721e
commit
f31969a584
@ -906,7 +906,7 @@ TEST_F(WebRtcVideoEngine2Test, StreamParamsIdPassedToDecoderFactory) {
|
||||
EXPECT_EQ(sp.id, params[0].receive_stream_id);
|
||||
}
|
||||
|
||||
TEST_F(WebRtcVideoEngine2Test, RecreatesEncoderOnContentTypeChange) {
|
||||
TEST_F(WebRtcVideoEngine2Test, DISABLED_RecreatesEncoderOnContentTypeChange) {
|
||||
cricket::FakeWebRtcVideoEncoderFactory encoder_factory;
|
||||
encoder_factory.AddSupportedVideoCodecType("VP8");
|
||||
std::unique_ptr<FakeCall> fake_call(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user