From 3ba35c3fe27a5563b3baa1766aab7564e90c6d77 Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Fri, 22 Apr 2022 10:00:26 +0200 Subject: [PATCH] Disable ARDAppClientTest testSession on simulator. https://chromium-swarm.appspot.com/task?id=5a6639e482cef910 Bug: webrtc:13991 Change-Id: I82a7cc0f6b37a199731b1bc87500e7daf48ac1fc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259824 Commit-Queue: Jeremy Leconte Reviewed-by: Magnus Jedvert Cr-Commit-Position: refs/heads/main@{#36681} --- examples/objc/AppRTCMobile/tests/ARDAppClient_xctest.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/objc/AppRTCMobile/tests/ARDAppClient_xctest.mm b/examples/objc/AppRTCMobile/tests/ARDAppClient_xctest.mm index 2694e49914..60c8d7ef60 100644 --- a/examples/objc/AppRTCMobile/tests/ARDAppClient_xctest.mm +++ b/examples/objc/AppRTCMobile/tests/ARDAppClient_xctest.mm @@ -161,6 +161,8 @@ #pragma mark - Cases +// TODO(crbug.com/webrtc/13991): testSession crashes when running on simulators. +#if !TARGET_IPHONE_SIMULATOR // Tests that an ICE connection is established between two ARDAppClient objects // where one is set up as a caller and the other the answerer. Network // components are mocked out and messages are relayed directly from object to @@ -227,6 +229,7 @@ } }]; } +#endif // Test to see that we get a local video connection // Note this will currently pass even when no camera is connected as a local