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:
parent
af83fe65d9
commit
844f99351f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user