Disable tests with 'method was not invoked' error on simulator
https://chromium-swarm.appspot.com/task?id=5a663a0bbd1e4210 Bug: webrtc:13990 Change-Id: I8f6cc03e4ef4de389fa44f580be22649660c0524 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259770 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Peter Hanspers <peterhanspers@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36698}
This commit is contained in:
parent
db0d586172
commit
49ad2d787a
@ -131,6 +131,8 @@
|
||||
[self.classMock verify];
|
||||
}
|
||||
|
||||
// TODO(crbug.com/webrtc/13990): method was not invoked: drawFrame.
|
||||
#if !TARGET_IPHONE_SIMULATOR
|
||||
- (void)testRTCVideoRenderFrameCallbackI420 {
|
||||
// given
|
||||
OCMStub([self.classMock isMetalAvailable]).andReturn(YES);
|
||||
@ -255,6 +257,7 @@
|
||||
|
||||
[self.rendererNV12Mock verify];
|
||||
}
|
||||
#endif
|
||||
|
||||
- (void)testReportsSizeChangesToDelegate {
|
||||
OCMStub([self.classMock isMetalAvailable]).andReturn(YES);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user