Disabled the test EndToEndTest RestartingSendStreamPreservesRtpState due to the test being flaky.

BUG=webrtc:5543

Review URL: https://codereview.webrtc.org/1703963002

Cr-Commit-Position: refs/heads/master@{#11659}
This commit is contained in:
peah 2016-02-17 10:27:52 -08:00 committed by Commit bot
parent b7f89d6e66
commit a08bb0d163

View File

@ -3148,7 +3148,7 @@ void EndToEndTest::TestRtpStatePreservation(bool use_rtx) {
DestroyStreams();
}
TEST_F(EndToEndTest, RestartingSendStreamPreservesRtpState) {
TEST_F(EndToEndTest, DISABLED_RestartingSendStreamPreservesRtpState) {
TestRtpStatePreservation(false);
}