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",