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",