Temporarily disable flaky test grappler/clusters:single_machine_test on msan

PiperOrigin-RevId: 247031736
This commit is contained in:
Smit Hinsu 2019-05-07 09:15:43 -07:00 committed by TensorFlower Gardener
parent 9e51c039a1
commit 4caf8b10bb

View File

@ -132,6 +132,7 @@ tf_cc_test(
tags = [ tags = [
"no_cuda_on_cpu_tap", "no_cuda_on_cpu_tap",
"no_gpu", "no_gpu",
"nomsan", # TODO(b/132138608): Re-enable this.
], ],
deps = [ deps = [
":single_machine", ":single_machine",