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:
parent
292e192f17
commit
306efadffa
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user