[bazel] Exclude MLModelRunnerTest.cpp

Until we figure MLGO + bazel, exclude this unittest (same as
TFUtilsTest.cpp)

Differential Revision: https://reviews.llvm.org/D115472
This commit is contained in:
Mircea Trofin 2021-12-09 14:53:50 -08:00
parent 20db8e07f9
commit ce2a345265
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ cc_test(
exclude = [
# TODO: Add this file to the build.
"Analysis/TFUtilsTest.cpp",
"Analysis/MLModelRunnerTest.cpp",
],
),
deps = [