From ad069c08afd22d8e2e1872e1480401f54dd14e0e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 29 Jan 2022 16:20:47 -0800 Subject: [PATCH] Reorder tags to fix buildifier linting --- tensorflow/python/kernel_tests/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD index f69137b597dced..789e0ba5ac61ce 100644 --- a/tensorflow/python/kernel_tests/BUILD +++ b/tensorflow/python/kernel_tests/BUILD @@ -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", @@ -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",