Skip to content

Commit

Permalink
Temporarily disable test_pytree
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed May 22, 2024
1 parent a0ed4a8 commit 8b5ac05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_pytree.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
from contextlib import redirect_stdout

import jax
import pytest
import rod.builder.primitives
import rod.urdf.exporter

import jaxsim.api as js


# https://github.com/ami-iit/jaxsim/issues/103
@pytest.mark.xfail(strict=True)
def test_call_jit_compiled_function_passing_different_objects():

# Create on-the-fly a ROD model of a box.
Expand Down

0 comments on commit 8b5ac05

Please sign in to comment.