Skip to content

Commit

Permalink
Merge pull request #18925 from gnecula:drop_enable_xla_tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 589910325
  • Loading branch information
jax authors committed Dec 11, 2023
2 parents 184e3a8 + f4a76bd commit 3b2902d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/export_harnesses_multi_platform_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ def test_prim(self, harness: test_harnesses.Harness):
and _known_failures_gpu.search(harness.fullname)):
self.skipTest("failure to be investigated")

if harness.params.get("enable_xla", False):
self.skipTest("enable_xla=False is not relevant")

func_jax = harness.dyn_fun
args = harness.dyn_args_maker(self.rng())

Expand Down

0 comments on commit 3b2902d

Please sign in to comment.