[tf.data] Shard the map_vectorization_test to avoid timeouts.

PiperOrigin-RevId: 222179740
This commit is contained in:
Derek Murray 2018-11-19 19:40:01 -08:00 committed by TensorFlower Gardener
parent be27c92dde
commit 435f4605b7

View File

@ -202,6 +202,7 @@ py_test(
name = "map_vectorization_test",
size = "medium",
srcs = ["map_vectorization_test.py"],
shard_count = 8,
srcs_version = "PY2AND3",
tags = [
"no_oss",