Skip to content

Commit bc03c6a

Browse files
committed
.
1 parent 7bbc13e commit bc03c6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integrations/threading/test_threading.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from concurrent import futures
33
from textwrap import dedent
44
from threading import Thread
5+
import sys
56

67
import pytest
78

@@ -104,6 +105,7 @@ def double(number):
104105
assert len(event["spans"]) == 0
105106

106107

108+
@pytest.mark.skipif(sys.version_info[:2] == [3, 8], reason="Fails in CI")
107109
def test_circular_references(sentry_init, request):
108110
sentry_init(default_integrations=False, integrations=[ThreadingIntegration()])
109111

0 commit comments

Comments
 (0)