Skip to content

Commit

Permalink
Disable traceback_utils_test for now on OSS build.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 387610497
  • Loading branch information
qlzh727 authored and tensorflower-gardener committed Jul 29, 2021
1 parent cb306b4 commit b3dc1e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keras/utils/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,9 @@ tf_py_test(
size = "small",
srcs = ["traceback_utils_test.py"],
python_version = "PY3",
tags = [
"no_oss", # TODO(b/195015653): reenable after we fix py version issue on OSS image.
],
deps = [
"//:expect_tensorflow_installed",
"//keras",
Expand Down

0 comments on commit b3dc1e6

Please sign in to comment.