Skip to content

Commit 377087e

Browse files
committed
rerun test
1 parent f695f68 commit 377087e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/integ/test_external_telemetry.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import pytest
99

1010
from snowflake.snowpark._internal.event_table_telemetry import EventTableTelemetry
11-
from tests.utils import RUNNING_ON_GH
1211

1312
try:
1413
from opentelemetry import trace
@@ -39,10 +38,6 @@
3938
"config.getoption('local_testing_mode', default=False)",
4039
reason="feature not available in local testing",
4140
),
42-
pytest.mark.skipif(
43-
RUNNING_ON_GH,
44-
reason="tests only suppose to run on snowfort",
45-
),
4641
pytest.mark.skipif(
4742
dependencies_missing,
4843
reason="opentelemetry is not installed",

0 commit comments

Comments
 (0)