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:
parent
d57048433c
commit
1caff88945
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user