| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,6 +25,12 @@ | |||
| 25 | 25 | from bigframes import dtypes | |
| 26 | 26 | import bigframes.pandas as bpd | |
| 27 | 27 | ||
| 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 | + | ||
| 28 | 34 | ||
| 29 | 35 | @pytest.fixture(scope="function") | |
| 30 | 36 | def images_output_folder() -> Generator[str, None, None]: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,12 @@ | |||
| 21 | 21 | import bigframes.pandas as bpd | |
| 22 | 22 | from tests.system.utils import cleanup_function_assets | |
| 23 | 23 | ||
| 24 | + # TODO(shobs): restore these tests after the managed udf cleanup issue is | ||
| 25 | + # resolved in the test project | ||
| 26 | + pytestmark = pytest.mark.skip( | ||
| 27 | + reason="temporarily disable to debug managed udf cleanup in the test project" | ||
| 28 | + ) | ||
| 29 | + | ||
| 24 | 30 | bpd.options.experiments.udf = True | |
| 25 | 31 | ||
| 26 | 32 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments