Disable WebRtcVideoChannel2BaseTest.SendManyResizeOnce for TSan

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

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

Cr-Commit-Position: refs/heads/master@{#11237}
This commit is contained in:
kjellander 2016-01-13 07:51:28 -08:00 committed by Commit bot
parent 292e192f17
commit 306efadffa

View File

@ -864,7 +864,10 @@ TEST_F(WebRtcVideoChannel2BaseTest, TwoStreamsReUseFirstStream) {
Base::TwoStreamsReUseFirstStream(kVp8Codec);
}
//Disabled for TSan: https://bugs.chromium.org/p/webrtc/issues/detail?id=4963
#if !defined(THREAD_SANITIZER)
WEBRTC_BASE_TEST(SendManyResizeOnce);
#endif // THREAD_SANITIZER
// TODO(pbos): Enable and figure out why this fails (or should work).
TEST_F(WebRtcVideoChannel2BaseTest, DISABLED_SendVp8HdAndReceiveAdaptedVp8Vga) {