Merge pull request #29546 from tensorflow/bananabowl-patch-2

Bump up shard count for keras:normalization_test from 3 to 4.
This commit is contained in:
Sundeep Gottipati 2019-06-07 14:03:23 -07:00 committed by GitHub
commit 356b8b91c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -783,7 +783,7 @@ tf_py_test(
"//third_party/py/numpy",
"//tensorflow/python:client_testlib",
],
shard_count = 3,
shard_count = 4,
tags = ["notsan"],
)