Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore: revert "chore: disable managed function tests temporarily (#1532)" #1600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions 6 tests/system/large/blob/test_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
from bigframes import dtypes
import bigframes.pandas as bpd

# TODO(shobs): restore these tests after the managed udf cleanup issue is
# resolved in the test project
pytestmark = pytest.mark.skip(
reason="temporarily disable to debug managed udf cleanup in the test project"
)


@pytest.fixture(scope="function")
def images_output_folder() -> Generator[str, None, None]:
Expand Down
6 changes: 0 additions & 6 deletions 6 tests/system/large/functions/test_managed_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
import bigframes.pandas as bpd
from tests.system.utils import cleanup_function_assets

# TODO(shobs): restore these tests after the managed udf cleanup issue is
# resolved in the test project
pytestmark = pytest.mark.skip(
reason="temporarily disable to debug managed udf cleanup in the test project"
)


def test_managed_function_multiply_with_ibis(
session,
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.