Internal change.
PiperOrigin-RevId: 234230018
This commit is contained in:
parent
158912ec85
commit
2e700a1cfd
@ -203,6 +203,7 @@ py_test(
|
|||||||
srcs = ["python/ops/kmeans_test.py"],
|
srcs = ["python/ops/kmeans_test.py"],
|
||||||
shard_count = 4,
|
shard_count = 4,
|
||||||
srcs_version = "PY2AND3",
|
srcs_version = "PY2AND3",
|
||||||
|
tags = ["notsan"],
|
||||||
deps = [
|
deps = [
|
||||||
":factorization_py",
|
":factorization_py",
|
||||||
":factorization_py_CYCLIC_DEPENDENCIES_THAT_NEED_TO_GO",
|
":factorization_py_CYCLIC_DEPENDENCIES_THAT_NEED_TO_GO",
|
||||||
|
@ -161,7 +161,10 @@ py_test(
|
|||||||
],
|
],
|
||||||
shard_count = 10,
|
shard_count = 10,
|
||||||
srcs_version = "PY2AND3",
|
srcs_version = "PY2AND3",
|
||||||
tags = ["no_pip_gpu"], # b/63391119
|
tags = [
|
||||||
|
"no_pip_gpu", # b/63391119
|
||||||
|
"notap", # b/124520733
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":estimators",
|
":estimators",
|
||||||
":feature_keys",
|
":feature_keys",
|
||||||
|
Loading…
Reference in New Issue
Block a user