Skip to content

Commit 7c2eadd

Browse files
committed
Revert "chore: disable managed function tests temporarily (#1532)"
This reverts commit 96838ed.
1 parent b9623da commit 7c2eadd

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

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]:

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)