From 426558e017d0062e9f8e9855242683d055fa3f12 Mon Sep 17 00:00:00 2001 From: Yuefeng Zhou Date: Wed, 17 Feb 2021 23:35:48 -0800 Subject: [PATCH] Remove cluster_coordinator_test.py from pip, add it to oss. PiperOrigin-RevId: 358113811 Change-Id: I3e04a42ba6e3c264c3a725d0b13cdd3565bbe6a5 --- tensorflow/python/distribute/coordinator/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/distribute/coordinator/BUILD b/tensorflow/python/distribute/coordinator/BUILD index d69443c7eb0..8b431a29dab 100644 --- a/tensorflow/python/distribute/coordinator/BUILD +++ b/tensorflow/python/distribute/coordinator/BUILD @@ -40,7 +40,7 @@ tf_py_test( python_version = "PY3", shard_count = 50, tags = [ - "no_oss", # TODO(b/162119374) + "no_pip", "notsan", # TODO(b/171040359): Flaky timeout, even if maximum shards ], deps = [