Skip to content

Commit 3b16694

Browse files
committed
skip var and std
1 parent 6d77f30 commit 3b16694

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: xarray_array_testing/tests/test_cubed.py

+2
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,7 @@ def expected_errors(op, **parameters) -> ContextManager:
7878
return pytest.raises(
7979
TypeError, match="Only real floating-point dtypes are allowed in mean"
8080
)
81+
elif op in {"var", "std"}:
82+
pytest.skip(reason=f"cubed does not implement {op} yet")
8183
else:
8284
return nullcontext()

0 commit comments

Comments
 (0)