From d05fcbc589a2d45c0d83a3ef384c7b982dc75d4a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 30 Jan 2022 07:39:12 -0800 Subject: [PATCH] Fix sanity build --- 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 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",