From 243008368f6451ecdb032b7eaa1460b7a24905a4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Oct 2020 07:37:47 -0700 Subject: [PATCH] Disable broken Windows test PiperOrigin-RevId: 338260206 Change-Id: Id36af451d3e90d1deac3ce35edbb3bf099fe04a6 --- tensorflow/python/compiler/xla/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorflow/python/compiler/xla/BUILD b/tensorflow/python/compiler/xla/BUILD index 5d92e43c61a..8390e6aebd7 100644 --- a/tensorflow/python/compiler/xla/BUILD +++ b/tensorflow/python/compiler/xla/BUILD @@ -24,6 +24,9 @@ cuda_py_test( name = "jit_test", size = "small", srcs = ["jit_test.py"], + tags = [ + "no_windows", # TODO(b/171385770) + ], xla_enabled = True, deps = [ ":compiler_py",