Skip to content

Commit 1318d66

Browse files
authored
chore: move managed udf tests to large tests (#1503)
* chore: move managed udf tests to large tests Right now we need to actively cleanup the managed BQ functions b/403599621, so we are moving away from creating persistent managed functions. * dedup managed function tests after we moved small to large
1 parent 84975f6 commit 1318d66

File tree

4 files changed

+342
-490
lines changed

4 files changed

+342
-490
lines changed

noxfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,6 @@ def cover(session):
469469
"--show-missing",
470470
"--include=tests/unit/*",
471471
"--include=tests/system/small/*",
472-
# TODO(b/401609005): remove this omission once either the small udf
473-
# tests are made to run in system tests or they are moved to large
474-
# system tests (aka e2e tests)
475-
"--omit=tests/system/small/functions/test_managed_function.py",
476472
# TODO(b/353775058) resume coverage to 100 when the issue is fixed.
477473
"--fail-under=99",
478474
)

0 commit comments

Comments
 (0)