diff --git a/array_api_tests/test_operators_and_elementwise_functions.py b/array_api_tests/test_operators_and_elementwise_functions.py index f14c7585..2158c163 100644 --- a/array_api_tests/test_operators_and_elementwise_functions.py +++ b/array_api_tests/test_operators_and_elementwise_functions.py @@ -1110,8 +1110,6 @@ def test_divide(ctx, data): binary_param_assert_dtype(ctx, left, right, res) binary_param_assert_shape(ctx, left, right, res) - if res.dtype in dh.complex_dtypes: - return # TOOD: handle complex division binary_param_assert_against_refimpl( ctx, left,