Skip to content

Commit

Permalink
un-xfail test that should have been un-xfailed in #122
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Jul 1, 2024
1 parent 76fbb9c commit 08ca0cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions virtualizarr/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"inline_threshold, vars_to_inline",
[
(5e2, ["lat", "lon"]),
pytest.param(
5e4, ["lat", "lon", "time"], marks=pytest.mark.xfail(reason="time encoding")
),
(5e4, ["lat", "lon", "time"]),
pytest.param(
5e7,
["lat", "lon", "time", "air"],
Expand Down

0 comments on commit 08ca0cd

Please sign in to comment.