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 <solenberg@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21626}
This commit is contained in:
Fredrik Solenberg
2018-01-15 16:01:09 +01:00
committed by Commit Bot
parent e78824ecd0
commit f39617f76f
3 changed files with 0 additions and 10 deletions

View File

@ -53,9 +53,6 @@
{ {
"app": "video_engine_tests" "app": "video_engine_tests"
}, },
{
"app": "voice_engine_unittests"
},
{ {
"app": "webrtc_nonparallel_tests" "app": "webrtc_nonparallel_tests"
} }

View File

@ -35,9 +35,6 @@
}, },
{ {
"app": "video_engine_tests" "app": "video_engine_tests"
},
{
"app": "voice_engine_unittests"
} }
] ]
} }

View File

@ -122,10 +122,6 @@
"label": "//:video_engine_tests", "label": "//:video_engine_tests",
"type": "console_test_launcher", "type": "console_test_launcher",
}, },
"voice_engine_unittests": {
"label": "//voice_engine:voice_engine_unittests",
"type": "console_test_launcher",
},
"webrtc_nonparallel_tests": { "webrtc_nonparallel_tests": {
"label": "//:webrtc_nonparallel_tests", "label": "//:webrtc_nonparallel_tests",
"type": "non_parallel_console_test_launcher", "type": "non_parallel_console_test_launcher",