From e9650ec721ad94f08cf10242a36bd40fa44d1fe4 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Fri, 20 Mar 2020 09:27:53 -0700 Subject: [PATCH] Temporarily disable elemental_ir_emitter_test on windows PiperOrigin-RevId: 302042189 Change-Id: Ibdc03fd9da39e6d2df0398153953ed6aa9622515 --- tensorflow/compiler/xla/service/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD index 925afd689f7..6d470149ca8 100644 --- a/tensorflow/compiler/xla/service/BUILD +++ b/tensorflow/compiler/xla/service/BUILD @@ -3744,6 +3744,9 @@ xla_test( "cpu", "gpu", ], + tags = [ + "no_windows", # TODO(b/152037541) + ], deps = [ ":hlo_parser", "//tensorflow/compiler/xla:execution_options_util",