Disabling SwitchesToASTThenBackToTOFForVideo test for MSan bot.

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

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

Cr-Commit-Position: refs/heads/master@{#12418}
This commit is contained in:
deadbeef 2016-04-18 16:18:56 -07:00 committed by Commit bot
parent af83fe65d9
commit 844f99351f

View File

@ -302,8 +302,8 @@ TEST_F(BitrateEstimatorTest, SwitchesToASTForVideo) {
EXPECT_TRUE(receiver_log_.Wait());
}
// Fails when run with ASan. See webrtc:5790.
#if defined(ADDRESS_SANITIZER)
// Fails when run with ASan/MSan. See webrtc:5790.
#if defined(ADDRESS_SANITIZER) || defined(MEMORY_SANITIZER)
#define MAYBE_SwitchesToASTThenBackToTOFForVideo \
DISABLED_SwitchesToASTThenBackToTOFForVideo
#else