We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f695f68 commit 377087eCopy full SHA for 377087e
tests/integ/test_external_telemetry.py
@@ -8,7 +8,6 @@
8
import pytest
9
10
from snowflake.snowpark._internal.event_table_telemetry import EventTableTelemetry
11
-from tests.utils import RUNNING_ON_GH
12
13
try:
14
from opentelemetry import trace
@@ -39,10 +38,6 @@
39
38
"config.getoption('local_testing_mode', default=False)",
40
reason="feature not available in local testing",
41
),
42
- pytest.mark.skipif(
43
- RUNNING_ON_GH,
44
- reason="tests only suppose to run on snowfort",
45
- ),
46
pytest.mark.skipif(
47
dependencies_missing,
48
reason="opentelemetry is not installed",
0 commit comments