[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #58598 from tensorflow/vinila21-patch-1
Browse files Browse the repository at this point in the history
Broken tests is causing release builds failures - TF 2.11.0
  • Loading branch information
mihaimaruseac committed Nov 16, 2022
2 parents 6290819 + 695aaf9 commit d5b57ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tensorflow/python/platform/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ tf_py_test(
tags = [
"no_pip",
"no_windows",
"no_oss", # TODO(b/259319686) : Disable the test
],
deps = [
":platform",
Expand All @@ -130,6 +131,9 @@ tf_py_test(
size = "small",
srcs = ["flags_test.py"],
python_version = "PY3",
tags = [
"no_oss", # TODO(b/259319686) : Disable the test
],
deps = [
":client_testlib",
":platform",
Expand Down

0 comments on commit d5b57ca

Please sign in to comment.