Disable SwitchesToASTThenBackToTOFForVideo test completely.

It's flaky not only for ASan/MSan, but regular Windows/Linux bots.

NOTRY=True
BUG=webrtc:5790

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

Cr-Commit-Position: refs/heads/master@{#12475}
This commit is contained in:
deadbeef 2016-04-22 10:52:40 -07:00 committed by Commit bot
parent cc4fddeba8
commit 1086ed6469

View File

@ -302,15 +302,8 @@ TEST_F(BitrateEstimatorTest, SwitchesToASTForVideo) {
EXPECT_TRUE(receiver_log_.Wait());
}
// Fails when run with ASan/MSan. See webrtc:5790.
#if defined(ADDRESS_SANITIZER) || defined(MEMORY_SANITIZER)
#define MAYBE_SwitchesToASTThenBackToTOFForVideo \
DISABLED_SwitchesToASTThenBackToTOFForVideo
#else
#define MAYBE_SwitchesToASTThenBackToTOFForVideo \
SwitchesToASTThenBackToTOFForVideo
#endif
TEST_F(BitrateEstimatorTest, MAYBE_SwitchesToASTThenBackToTOFForVideo) {
// This test is flaky. See webrtc:5790.
TEST_F(BitrateEstimatorTest, DISABLED_SwitchesToASTThenBackToTOFForVideo) {
video_send_config_.rtp.extensions.push_back(
RtpExtension(RtpExtension::kTOffset, kTOFExtensionId));
receiver_log_.PushExpectedLogLine(kSingleStreamLog);