forked from OSchip/llvm-project
[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:
parent
20db8e07f9
commit
ce2a345265
|
@ -38,6 +38,7 @@ cc_test(
|
||||||
exclude = [
|
exclude = [
|
||||||
# TODO: Add this file to the build.
|
# TODO: Add this file to the build.
|
||||||
"Analysis/TFUtilsTest.cpp",
|
"Analysis/TFUtilsTest.cpp",
|
||||||
|
"Analysis/MLModelRunnerTest.cpp",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
deps = [
|
deps = [
|
||||||
|
|
Loading…
Reference in New Issue