Skip to content

Commit

Permalink
Skip //third_party/py/jax/tests:pytorch_interoperability_test_cpu on …
Browse files Browse the repository at this point in the history
…MSAN.

MSAN has issues with using `-c opt` in some cases, which prevents this
test from running properly.

PiperOrigin-RevId: 656454585
  • Loading branch information
belitskiy authored and jax authors committed Jul 26, 2024
1 parent 0df074c commit 282ebf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,8 @@ jax_test(
# compilation times out on CPU.
"noasan",
"not_build:arm",
# TODO(b/355237462): Re-enable once MSAN issue is addressed.
"nomsan",
],
deps = py_deps("torch"),
)
Expand Down

0 comments on commit 282ebf4

Please sign in to comment.