Skip to content

Commit 2c48a3b

Browse files
authored
Disable the failing tests due to numpy 1.20 change (#15552)
The test has been disabled on master branch as well, we need to cherrypick this to unblock the release build. original cl in cl/400819173.
1 parent e6851e8 commit 2c48a3b

File tree

1 file changed

+1
-0
lines changed
  • keras/saving/saved_model

1 file changed

+1
-0
lines changed

keras/saving/saved_model/BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ tf_py_test(
9999
python_version = "PY3",
100100
shard_count = 4,
101101
tags = [
102+
"no_pip", # TODO(b/202022379)
102103
"no_rocm",
103104
"no_windows",
104105
"notsan", #TODO(b/181771982): it is flaky

0 commit comments

Comments
 (0)