Skip to content

Commit 1e1daf1

Browse files
authored
Fork test_tracedecorator_async (#2778)
1 parent bb7f375 commit 1e1daf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tracing/test_decorator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def test_trace_decorator_no_trx():
4444
assert result2 == "return_of_sync_function"
4545

4646

47+
@pytest.mark.forked
4748
@pytest.mark.asyncio
4849
async def test_trace_decorator_async():
4950
with patch_start_tracing_child() as fake_start_child:

0 commit comments

Comments
 (0)