Skip to content

Commit

Permalink
Merge pull request #54202 from tensorflow/fix-sanity-on-r2.7
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 f5f1bd7 + 2c50ffd commit 9998338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tensorflow/python/kernel_tests/BUILD
Expand Up @@ -594,8 +594,8 @@ tf_py_test(
name = "fractional_avg_pool_op_test",
size = "small",
srcs = ["fractional_avg_pool_op_test.py"],
tags = ["no_oss"],
shard_count = 5,
tags = ["no_oss"],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
Expand All @@ -611,8 +611,8 @@ tf_py_test(
name = "fractional_max_pool_op_test",
size = "small",
srcs = ["fractional_max_pool_op_test.py"],
tags = ["no_oss"],
shard_count = 5,
tags = ["no_oss"],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/python/ops/parallel_for/BUILD
Expand Up @@ -161,8 +161,8 @@ cuda_py_test(
name = "array_test",
srcs = ["array_test.py"],
tags = [
"notsan", # TODO(b/170999669): Data race
"no_oss",
"notsan", # TODO(b/170999669): Data race
],
deps = [
":control_flow_ops",
Expand Down

0 comments on commit 9998338

Please sign in to comment.