Skip to content

Commit

Permalink
Skip test of removed feature
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Feb 21, 2024
1 parent a842bbe commit 28b7b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tracing/test_deprecated.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import pytest
from sentry_sdk import start_span

from sentry_sdk.tracing import Span


@pytest.mark.skip(reason="This deprecated feature has been removed in SDK 2.0.")
def test_start_span_to_start_transaction(sentry_init, capture_events):
# XXX: this only exists for backwards compatibility with code before
# Transaction / start_transaction were introduced.
Expand Down

0 comments on commit 28b7b6e

Please sign in to comment.