From f39617f76fd075eb7b6b01f6ba61f603ad741289 Mon Sep 17 00:00:00 2001 From: Fredrik Solenberg Date: Mon, 15 Jan 2018 16:01:09 +0100 Subject: [PATCH] Remove references to voice_engine_unittests from bots. TBR=phoglund@webrtc.org Bug: webrtc:4690 Change-Id: I59649595658e37dfa342217f223a34fa0435ec8d Reviewed-on: https://webrtc-review.googlesource.com/39720 Commit-Queue: Fredrik Solenberg Reviewed-by: Edward Lemur Cr-Commit-Position: refs/heads/master@{#21626} --- tools_webrtc/ios/tests/common_tests.json | 3 --- tools_webrtc/ios/tests/real_device_tests.json | 3 --- tools_webrtc/mb/gn_isolate_map.pyl | 4 ---- 3 files changed, 10 deletions(-) diff --git a/tools_webrtc/ios/tests/common_tests.json b/tools_webrtc/ios/tests/common_tests.json index c0ad895288..de23231bd6 100644 --- a/tools_webrtc/ios/tests/common_tests.json +++ b/tools_webrtc/ios/tests/common_tests.json @@ -53,9 +53,6 @@ { "app": "video_engine_tests" }, - { - "app": "voice_engine_unittests" - }, { "app": "webrtc_nonparallel_tests" } diff --git a/tools_webrtc/ios/tests/real_device_tests.json b/tools_webrtc/ios/tests/real_device_tests.json index 11341f8506..8417470ddb 100644 --- a/tools_webrtc/ios/tests/real_device_tests.json +++ b/tools_webrtc/ios/tests/real_device_tests.json @@ -35,9 +35,6 @@ }, { "app": "video_engine_tests" - }, - { - "app": "voice_engine_unittests" } ] } diff --git a/tools_webrtc/mb/gn_isolate_map.pyl b/tools_webrtc/mb/gn_isolate_map.pyl index 7240efa7ff..4905bbd94e 100644 --- a/tools_webrtc/mb/gn_isolate_map.pyl +++ b/tools_webrtc/mb/gn_isolate_map.pyl @@ -122,10 +122,6 @@ "label": "//:video_engine_tests", "type": "console_test_launcher", }, - "voice_engine_unittests": { - "label": "//voice_engine:voice_engine_unittests", - "type": "console_test_launcher", - }, "webrtc_nonparallel_tests": { "label": "//:webrtc_nonparallel_tests", "type": "non_parallel_console_test_launcher",