diff --git a/tests/integ/test_open_telemetry.py b/tests/integ/test_open_telemetry.py index 8993596a250..4828bc597f6 100644 --- a/tests/integ/test_open_telemetry.py +++ b/tests/integ/test_open_telemetry.py @@ -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( @@ -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