Internal change.

PiperOrigin-RevId: 171731884
This commit is contained in:
Anna R 2017-10-10 14:11:27 -07:00 committed by TensorFlower Gardener
parent 0ffb522f02
commit 3f4c6ccadf

View File

@ -50,7 +50,10 @@ py_test(
size = "small",
srcs = ["python/estimator/dnn_test.py"],
srcs_version = "PY2AND3",
tags = ["no_pip"],
tags = [
"no_pip",
"notsan",
],
deps = [
":dnn",
":head",