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",