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 <jleconte@google.com>
Reviewed-by: Magnus Jedvert <magjed@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36681}
This commit is contained in:
Jeremy Leconte
2022-04-22 10:00:26 +02:00
committed by WebRTC LUCI CQ
parent c61c9783f5
commit 3ba35c3fe2

View File

@ -161,6 +161,8 @@
#pragma mark - Cases #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 // 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 // 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 // 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 // Test to see that we get a local video connection
// Note this will currently pass even when no camera is connected as a local // Note this will currently pass even when no camera is connected as a local