Skip to content

Commit 1a490c8

Browse files
committed
Remove skips
1 parent b8a0db2 commit 1a490c8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/profiler/test_transaction_profiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ def test_minimum_unique_samples_required(
266266

267267

268268
@pytest.mark.forked
269-
@pytest.mark.skipif(sys.version_info >= (3, 14), reason="Test flakes blocking release.")
270269
def test_profile_captured(
271270
sentry_init,
272271
capture_envelopes,

tests/tracing/test_decorator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ async def test_trace_decorator_async():
7070

7171

7272
@pytest.mark.asyncio
73-
@pytest.mark.skipif(sys.version_info >= (3, 14), reason="Test flakes blocking release.")
7473
async def test_trace_decorator_async_no_trx():
7574
with patch_start_tracing_child(fake_transaction_is_none=True):
7675
with mock.patch.object(logger, "debug", mock.Mock()) as fake_debug:

0 commit comments

Comments
 (0)