Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Mar 9, 2025
1 parent 88bbe3a commit d44300c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_save/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class TestScriptCache:
@staticmethod
@pytest.mark.xfail("TODO: this fails when merged to main")
@pytest.mark.xfail(reason="TODO: this fails when merged to main")
def test_cache_miss(app) -> None:
@app.cell
def one() -> tuple[int]:
Expand Down

0 comments on commit d44300c

Please sign in to comment.