Internal change.

PiperOrigin-RevId: 234230018
This commit is contained in:
Anna R 2019-02-15 16:02:19 -08:00 committed by TensorFlower Gardener
parent 158912ec85
commit 2e700a1cfd
2 changed files with 5 additions and 1 deletions

View File

@ -203,6 +203,7 @@ py_test(
srcs = ["python/ops/kmeans_test.py"],
shard_count = 4,
srcs_version = "PY2AND3",
tags = ["notsan"],
deps = [
":factorization_py",
":factorization_py_CYCLIC_DEPENDENCIES_THAT_NEED_TO_GO",

View File

@ -161,7 +161,10 @@ py_test(
],
shard_count = 10,
srcs_version = "PY2AND3",
tags = ["no_pip_gpu"], # b/63391119
tags = [
"no_pip_gpu", # b/63391119
"notap", # b/124520733
],
deps = [
":estimators",
":feature_keys",