Disable nasnet_test on MSAN due to flaky timeout.

PiperOrigin-RevId: 194274190
This commit is contained in:
A. Unique TensorFlower 2018-04-25 11:48:34 -07:00 committed by TensorFlower Gardener
parent 12bf1e33e7
commit 3563165fb8

View File

@ -382,6 +382,7 @@ py_test(
size = "large",
srcs = ["_impl/keras/applications/nasnet_test.py"],
srcs_version = "PY2AND3",
tags = ["nomsan"], # times out, http://b/78573625
deps = [
":keras",
"//tensorflow/python:client_testlib",