Skip to content

Commit

Permalink
Disable the treescope renderer test temporarily as it breaks if JAX k…
Browse files Browse the repository at this point in the history
…ey classes change.

PiperOrigin-RevId: 700099059
  • Loading branch information
IvyZX authored and Penzai Developers committed Nov 25, 2024
1 parent fda6cd1 commit 016db80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/treescope/renderer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def test_object_rendering(
_ = lowering.render_to_html_as_root(rendering)

def test_selection_rendering(self):
self.skipTest("TODO(ivyzheng): Make the test independetn of GetAttrKey")
# Renders a selection. Note that the public interface to selection rendering
# (using Selection.show_selection()) renders to HTML only, but it's easier
# to test the text version.
Expand Down

0 comments on commit 016db80

Please sign in to comment.