webrtc_m130/tools-webrtc/ios/tests/common_tests.json
Henrik Kjellander e52b8ace0a Remove ortc_unittests from iOS simualator tests.
The test has proven to flake a lot (too much).

BUG=webrtc:7479
TBR=deadbeef@webrtc.org

Review-Url: https://codereview.webrtc.org/2809123005 .
Cr-Commit-Position: refs/heads/master@{#17669}
2017-04-12 11:49:27 +00:00

39 lines
578 B
JSON

{
"tests": [
{
"app": "apprtcmobile_tests",
"xctest": true
},
{
"app": "audio_decoder_unittests"
},
{
"app": "common_audio_unittests"
},
{
"app": "common_video_unittests"
},
{
"app": "modules_tests"
},
{
"app": "rtc_pc_unittests"
},
{
"app": "rtc_stats_unittests"
},
{
"app": "system_wrappers_unittests"
},
{
"app": "test_support_unittests"
},
{
"app": "tools_unittests"
},
{
"app": "voice_engine_unittests"
}
]
}