iOS: Don't run modules_unittests on iOS simulator

This is the only failing test of the currently deployed
at the iOS Simulator bots. Let's disable it so we can promote
the passing tests to the main waterfall and the trybots.

BUG=4755
TBR=henrika@webrtc.org

Review URL: https://codereview.webrtc.org/1722523002 .

Cr-Commit-Position: refs/heads/master@{#11703}
This commit is contained in:
kjellander@webrtc.org 2016-02-22 07:34:39 +01:00
parent 0077272a47
commit ada8fe5c00

View File

@ -12,9 +12,6 @@
{
"app": "modules_tests"
},
{
"app": "modules_unittests"
},
{
"app": "rtc_api_objc_tests"
},