[tf.data service] Prevent flakiness in unit test.
PiperOrigin-RevId: 337156045 Change-Id: I4598a8ae96a14be471c66826cfaea1966b3b2e9e
This commit is contained in:
parent
0e0522275b
commit
cb23a88fe1
@ -157,7 +157,6 @@ tf_py_test(
|
||||
srcs = ["data_service_ops_test.py"],
|
||||
shard_count = 10,
|
||||
srcs_version = "PY3",
|
||||
tags = ["notap"], # TODO(b/170783829)
|
||||
deps = [
|
||||
":data_service_test_base",
|
||||
"//tensorflow:tensorflow_py",
|
||||
|
@ -214,7 +214,7 @@ class DataServiceOpsTest(data_service_test_base.TestBase,
|
||||
@combinations.generate(test_base.eager_only_combinations())
|
||||
def testSharedJobName(self):
|
||||
cluster = self.create_cluster(num_workers=1)
|
||||
num_elements = 100
|
||||
num_elements = 1000
|
||||
|
||||
def make_ds():
|
||||
return dataset_ops.Dataset.range(num_elements).shuffle(num_elements)
|
||||
|
Loading…
Reference in New Issue
Block a user