Disabling EndToEndTest.RestartingSendStreamPreservesRtpStatesWithRtx.

Was thought to be only flaky on Mac, but just failed on Win SyzyASan.
So, disabling until flakiness is fixed.

BUG=webrtc:4332
TBR=pbos@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2104583002
Cr-Commit-Position: refs/heads/master@{#13303}
This commit is contained in:
deadbeef 2016-06-27 13:09:52 -07:00 committed by Commit bot
parent d57048433c
commit 1caff88945

View File

@ -3097,14 +3097,9 @@ TEST_F(EndToEndTest, RestartingSendStreamPreservesRtpState) {
TestRtpStatePreservation(false);
}
#if defined(WEBRTC_MAC)
#define MAYBE_RestartingSendStreamPreservesRtpStatesWithRtx \
DISABLED_RestartingSendStreamPreservesRtpStatesWithRtx
#else
#define MAYBE_RestartingSendStreamPreservesRtpStatesWithRtx \
RestartingSendStreamPreservesRtpStatesWithRtx
#endif
TEST_F(EndToEndTest, MAYBE_RestartingSendStreamPreservesRtpStatesWithRtx) {
// This test is flaky. See:
// https://bugs.chromium.org/p/webrtc/issues/detail?id=4332
TEST_F(EndToEndTest, DISABLED_RestartingSendStreamPreservesRtpStatesWithRtx) {
TestRtpStatePreservation(true);
}