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:
oprypin
2017-06-22 08:19:01 -07:00
committed by Commit Bot
parent b35ad4ac2e
commit 4d25a0554a

View File

@ -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];