Skip to content

Commit 781bcd6

Browse files
committed
remove a test
1 parent 395ba23 commit 781bcd6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/system/small/functions/test_remote_function.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,20 +1154,6 @@ def test_df_apply_scalar_func(session, scalars_dfs):
11541154
)
11551155

11561156

1157-
def test_read_gbq_function_multiple_inputs_not_a_row_processor(session):
1158-
with pytest.raises(ValueError) as context:
1159-
# The remote function has two args, which cannot be row processed. Throw
1160-
# a ValueError for it.
1161-
session.read_gbq_function(
1162-
function_name="bqutil.fn.cw_regexp_instr_2",
1163-
is_row_processor=True,
1164-
)
1165-
assert str(context.value) == (
1166-
"A multi-input function cannot be a row processor. A row processor function "
1167-
f"takes in a single input representing the row. {constants.FEEDBACK_LINK}"
1168-
)
1169-
1170-
11711157
@pytest.mark.flaky(retries=2, delay=120)
11721158
def test_df_apply_axis_1(session, scalars_dfs, dataset_id_permanent):
11731159
columns = [

0 commit comments

Comments
 (0)