Skip to content

Commit

Permalink
Merge pull request #54213 from tensorflow/fix-sanity-on-r2.5
Browse files Browse the repository at this point in the history
Fix sanity build
  • Loading branch information
mihaimaruseac committed Jan 30, 2022
2 parents f2526a0 + d05fcbc commit 959e9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/python/kernel_tests/BUILD
Expand Up @@ -581,10 +581,10 @@ tf_py_test(
name = "fractional_avg_pool_op_test",
size = "small",
srcs = ["fractional_avg_pool_op_test.py"],
shard_count = 5,
tags = [
"no_oss",
],
shard_count = 5,
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
Expand All @@ -600,10 +600,10 @@ tf_py_test(
name = "fractional_max_pool_op_test",
size = "small",
srcs = ["fractional_max_pool_op_test.py"],
shard_count = 5,
tags = [
"no_oss",
],
shard_count = 5,
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
Expand Down

0 comments on commit 959e9b2

Please sign in to comment.