Skip to content

Commit

Permalink
Disable asan in saved_model_cli_test.
Browse files Browse the repository at this point in the history
Building the test is OOMing on our internal infrastructure.

PiperOrigin-RevId: 609226195
  • Loading branch information
reedwm authored and tensorflower-gardener committed Feb 22, 2024
1 parent cb5bd00 commit 6a612ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow/python/tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,9 @@ py_strict_test(
],
python_version = "PY3",
srcs_version = "PY3",
tags = [
"noasan", # TODO(b/222716501)
],
deps = [
":saved_model_cli_lib",
# copybara:uncomment "//third_party/py/google/protobuf:use_fast_cpp_protos",
Expand Down

0 comments on commit 6a612ba

Please sign in to comment.