From b23931fb0a635b7e680574d3775a5a9da726a2cd Mon Sep 17 00:00:00 2001 From: xla authors Date: Wed, 25 Sep 2024 00:26:04 -0700 Subject: [PATCH] Disable MSAN for failing test. PiperOrigin-RevId: 678568670 --- xla/service/gpu/model/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xla/service/gpu/model/BUILD b/xla/service/gpu/model/BUILD index c9fbac1993419..0e5790f34acd7 100644 --- a/xla/service/gpu/model/BUILD +++ b/xla/service/gpu/model/BUILD @@ -538,6 +538,9 @@ cc_library( xla_cc_test( name = "indexing_map_serialization_test", srcs = ["indexing_map_serialization_test.cc"], + tags = [ + "nomsan", + ], deps = [ ":indexing_map_serialization", ":indexing_test_utils",