From ada8fe5c004c720c89926b2a93d1608b09b47c4b Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 22 Feb 2016 07:34:39 +0100 Subject: [PATCH] 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} --- webrtc/build/ios/tests/common_tests.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/webrtc/build/ios/tests/common_tests.json b/webrtc/build/ios/tests/common_tests.json index 767fc1233f..5b08af8ffc 100644 --- a/webrtc/build/ios/tests/common_tests.json +++ b/webrtc/build/ios/tests/common_tests.json @@ -12,9 +12,6 @@ { "app": "modules_tests" }, - { - "app": "modules_unittests" - }, { "app": "rtc_api_objc_tests" },