Remove perf test isac_fix_test.

Bug: b/210641670
Change-Id: If562d1b2aa3486a51efffb4dec471ed7064c5261
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/241360
Reviewed-by: Christoffer Jansson <jansson@webrtc.org>
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/main@{#35533}
This commit is contained in:
Jeremy Leconte
2021-12-14 16:15:18 +01:00
committed by WebRTC LUCI CQ
parent b5c09f32f9
commit 67b0a4476b
4 changed files with 0 additions and 907 deletions

View File

@ -1319,7 +1319,6 @@ if (rtc_include_tests) {
":g722_test",
":ilbc_test",
":isac_api_test",
":isac_fix_test",
":isac_switch_samprate_test",
":isac_test",
":neteq_ilbc_quality_test",
@ -1838,20 +1837,6 @@ if (rtc_include_tests) {
"//third_party/abseil-cpp/absl/flags:flag",
]
}
rtc_test("isac_fix_test") {
testonly = true
sources = [ "codecs/isac/fix/test/kenny.cc" ]
deps = [
":isac_fix",
"../../test:perf_test",
"../../test:test_support",
]
data = [ "../../resources/speech_and_misc_wb.pcm" ]
}
}
rtc_library("isac_test_util") {