Skip to content

Commit 6477df9

Browse files
committed
Replace xfail with skip
1 parent b9ecd2c commit 6477df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/example_globcurrent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def test_globcurrent_time_extrapolation_error():
208208

209209

210210
@pytest.mark.v4alpha
211-
@pytest.mark.xfail(
211+
@pytest.mark.skip(
212212
reason="This was always broken when using eager loading `deferred_load=False` for the P field. Needs to be fixed."
213213
)
214214
@pytest.mark.parametrize("dt", [-300, 300])

0 commit comments

Comments
 (0)