disabling flaky test in msan
authorOlivia Nordquist <nolivia@google.com>
Tue, 6 Mar 2018 21:08:34 +0000 (13:08 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Mar 2018 21:19:32 +0000 (13:19 -0800)
PiperOrigin-RevId: 188069046

tensorflow/contrib/timeseries/python/timeseries/BUILD

index fff972c..0ce7b0b 100644 (file)
@@ -425,6 +425,7 @@ py_test(
     srcs_version = "PY2AND3",
     tags = [
         "no_pip_gpu",  # b/63391119
+        "nomsan",
     ],
     deps = [
         ":feature_keys",