Skip to content

Commit

Permalink
Merge pull request #54203 from tensorflow/fix-sanity-on-r2.6
Browse files Browse the repository at this point in the history
Reorder tags to fix buildifier linting
  • Loading branch information
mihaimaruseac committed Jan 30, 2022
2 parents 1db0b90 + ad069c0 commit 3dc94ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/python/kernel_tests/BUILD
Expand Up @@ -592,10 +592,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 @@ -611,10 +611,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 3dc94ed

Please sign in to comment.