Skip to content

Commit 2f239eb

Browse files
skip test
1 parent 2b36087 commit 2f239eb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/integrations/django/asgi/test_asgi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ async def test_async_middleware_that_is_function_concurrent_execution(
255255

256256

257257
@pytest.mark.asyncio
258+
@pytest.mark.forked
258259
@pytest.mark.skipif(
259260
django.VERSION < (3, 1), reason="async views have been introduced in Django 3.1"
260261
)

tests/integrations/django/test_db_query_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,9 @@ def test_db_span_origin_execute(sentry_init, client, capture_events):
487487
assert span["origin"] == "auto.http.django"
488488

489489

490+
@pytest.mark.forked
490491
@pytest_mark_django_db_decorator(transaction=True)
492+
@pytest.mark.skip
491493
def test_db_span_origin_executemany(sentry_init, client, capture_events):
492494
sentry_init(
493495
integrations=[DjangoIntegration()],

0 commit comments

Comments
 (0)