Re-enable tsan for sdca_estimator_test.

PiperOrigin-RevId: 168186374
This commit is contained in:
A. Unique TensorFlower 2017-09-10 22:07:40 -07:00 committed by TensorFlower Gardener
parent c936c1155d
commit da3280f4d9

View File

@ -127,7 +127,6 @@ py_test(
name = "sdca_estimator_test",
srcs = ["python/sdca_estimator_test.py"],
srcs_version = "PY2AND3",
tags = ["notsan"],
deps = [
":sdca_estimator_py",
"//tensorflow/contrib/layers:layers_py",