Skip to content

Commit

Permalink
Merge pull request tensorflow#17865 from av8ramit/fix_mac2
Browse files Browse the repository at this point in the history
Disable one more flaky test on mac.
  • Loading branch information
Amit Patankar authored Mar 20, 2018
2 parents cd6b5ec + 52f9166 commit 6a1ec9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tensorflow/contrib/factorization/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,10 @@ py_test(
size = "medium",
srcs = ["python/ops/kmeans_test.py"],
srcs_version = "PY2AND3",
tags = ["notsan"], # b/67512932
tags = [
"manual",
"notsan",
], # b/67512932
deps = [
":factorization_py",
":factorization_py_CYCLIC_DEPENDENCIES_THAT_NEED_TO_GO",
Expand Down

0 comments on commit 6a1ec9d

Please sign in to comment.