Skip to content

Commit

Permalink
[host_callback] Remove obsolete tests.
Browse files Browse the repository at this point in the history
Removing tests that only work in legacy mode and with outfeed.

PiperOrigin-RevId: 681435113
  • Loading branch information
gnecula authored and Google-ML-Automation committed Oct 2, 2024
1 parent 8df1623 commit b8a066a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,221 deletions.
17 changes: 0 additions & 17 deletions tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1142,23 +1142,6 @@ jax_multiplatform_test(
deps = ["//jax:ode"],
)

jax_multiplatform_test(
name = "host_callback_outfeed_test",
srcs = ["host_callback_test.py"],
args = ["--jax_host_callback_outfeed=true"],
shard_count = {
"tpu": 5,
},
tags = [
"noasan", # Times out.
],
deps = [
"//jax:experimental",
"//jax:experimental_host_callback",
"//jax:ode",
],
)

jax_multiplatform_test(
name = "host_callback_test",
srcs = ["host_callback_test.py"],
Expand Down
Loading

0 comments on commit b8a066a

Please sign in to comment.