From e52b8ace0af15e59c94c905e3519c945a9aa1ede Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Wed, 12 Apr 2017 13:49:26 +0200 Subject: [PATCH] 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} --- tools-webrtc/ios/tests/common_tests.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools-webrtc/ios/tests/common_tests.json b/tools-webrtc/ios/tests/common_tests.json index 9a39bc55e5..910b94b856 100644 --- a/tools-webrtc/ios/tests/common_tests.json +++ b/tools-webrtc/ios/tests/common_tests.json @@ -16,9 +16,6 @@ { "app": "modules_tests" }, - { - "app": "ortc_unittests" - }, { "app": "rtc_pc_unittests" },