diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD index bf25d09bbb0c30..1698b991f3102e 100644 --- a/tensorflow/python/kernel_tests/BUILD +++ b/tensorflow/python/kernel_tests/BUILD @@ -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", @@ -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",