Disable EndToEndTest.RestartingSendStreamPreservesRtpState in video_engine_tests because it is flaky

BUG=webrtc:3745
R=pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/21349004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6981 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
aluebs@webrtc.org 2014-08-26 14:22:51 +00:00
parent f21ac1fd46
commit b623c5c251

View File

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