Skip to content

Commit b8f4287

Browse files
committed
enable test
1 parent 5f3b3de commit b8f4287

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/pandas/tests/computation/test_binary_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def test_binary_operator_sub(self):
111111
psdf = ps.DataFrame({"a": ["x"], "b": ["y"]})
112112
self.assertRaisesRegex(TypeError, ks_err_msg, lambda: psdf["a"] - psdf["b"])
113113

114-
@unittest.skipIf(is_ansi_mode_test, ansi_mode_not_supported_message)
115114
def test_divide_by_zero_behavior(self):
116115
# float / float
117116
for dtype in [np.float32, np.float64]:

0 commit comments

Comments
 (0)