Skip to content

Commit

Permalink
Disable MSAN for failing test.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 678568670
  • Loading branch information
Google-ML-Automation committed Sep 25, 2024
1 parent dc79fa8 commit b23931f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xla/service/gpu/model/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b23931f

Please sign in to comment.