Disable RTCVideoRenderFrameCallbackNV12 test
It has been crashing on trybots BUG=webrtc:7863 TBR=magjed@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2951273002 Cr-Commit-Position: refs/heads/master@{#18720}
This commit is contained in:
@ -178,7 +178,8 @@ TEST(RTCMTLVideoViewTests, RTCVideoRenderFrameCallbackI420) {
|
||||
[test tearDown];
|
||||
}
|
||||
|
||||
TEST(RTCMTLVideoViewTests, RTCVideoRenderFrameCallbackNV12) {
|
||||
// The test is disabled because of frequent crashes. See bugs.webrtc.org/7863
|
||||
TEST(RTCMTLVideoViewTests, DISABLED_RTCVideoRenderFrameCallbackNV12) {
|
||||
RTCMTLVideoViewTests *test = [[RTCMTLVideoViewTests alloc] init];
|
||||
[test setup];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user