Skip to content

Commit dd34961

Browse files
committed
Revert "tests: skip test_remote_function_connection_w_location (b/525124882)"
This reverts commit 7793a8e.
1 parent 6e3a5d1 commit dd34961

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/bigframes/tests/system/small/functions/test_remote_function.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ def square(x):
168168
assert_frame_equal(bf_result, pd_result)
169169

170170

171-
@pytest.mark.skip(reason="b/525124882: connection with location test failing")
172171
@pytest.mark.flaky(retries=2, delay=120)
173172
def test_remote_function_connection_w_location(
174173
session,

0 commit comments

Comments
 (0)