| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index 511f15927213e0a5c1172041dd79b1caff76a79d..c737ac3cd5207cb7ca69e96c3c5fb53b3d6c0be2 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -307,7 +307,9 @@ if (rtc_include_tests) {
|
| "//webrtc/sdk/android:libjingle_peerconnection_java",
|
| ]
|
| }
|
| - if (is_ios) {
|
| + if (is_ios && !use_ios_simulator) {
|
| + # TODO(kthelgason): Reenable these tests on simulator.
|
| + # See bugs.webrtc.org/7812
|
| sources += [ "ios/audio_device_unittest_ios.mm" ]
|
| deps += [ "//third_party/ocmock" ]
|
| }
|
|
|