Skip to content

Commit 76ad918

Browse files
authored
Revert "chore: disable managed function tests temporarily (#1532)" (#1600)
This reverts commit 96838ed1fed3396d7e796d550b9354392c851fda.
1 parent 3614218 commit 76ad918

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

packages/bigframes/tests/system/large/blob/test_function.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
from bigframes import dtypes
2626
import bigframes.pandas as bpd
2727

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

3529
@pytest.fixture(scope="function")
3630
def images_output_folder() -> Generator[str, None, None]:

packages/bigframes/tests/system/large/functions/test_managed_function.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
import bigframes.pandas as bpd
2323
from tests.system.utils import cleanup_function_assets
2424

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

3226
def test_managed_function_multiply_with_ibis(
3327
session,

0 commit comments

Comments
 (0)