Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yuwang committed Jun 13, 2024
1 parent 80517fc commit 7a3b2ea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/integ/test_open_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ def finish(self):
dict_exporter.clear()


@pytest.mark.skipif(
"config.getoption('local_testing_mode', default=False)",
reason="UDTF not supported in Local Testing",
)
def test_register_udtf_from_file(session, dict_exporter):
test_file = os.path.normpath(
os.path.join(
Expand Down Expand Up @@ -215,10 +211,6 @@ def test_register_udtf_from_file(session, dict_exporter):
dict_exporter.clear()


@pytest.mark.skipif(
"config.getoption('local_testing_mode', default=False)",
reason="UDTF not supported in Local Testing",
)
def test_inline_register_udtf(session, dict_exporter):
# test register with udtf.register

Expand Down

0 comments on commit 7a3b2ea

Please sign in to comment.