Disable autograph cfg_test in windows.
authorGunhan Gulsoy <gunan@google.com>
Mon, 7 May 2018 18:52:46 +0000 (11:52 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 7 May 2018 23:49:58 +0000 (16:49 -0700)
PiperOrigin-RevId: 195697446

tensorflow/contrib/autograph/pyct/static_analysis/BUILD

index 68fbdf6..8064a96 100644 (file)
@@ -48,6 +48,7 @@ py_test(
     name = "cfg_test",
     srcs = ["cfg_test.py"],
     srcs_version = "PY2AND3",
+    tags = ["no_windows"],
     deps = [
         ":static_analysis",
         "//tensorflow/contrib/autograph/pyct",