Skip to content
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 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 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