Skip to content

Commit 13739ca

Browse files
docstring
1 parent f5bdf48 commit 13739ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/integrations/boto3/test_s3.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ def test_basic(
2626
sentry_init(
2727
traces_sample_rate=1.0,
2828
integrations=[Boto3Integration()],
29+
# disabled because session.resource() or s3.Bucket() result in a subprocess span for a
30+
# shell that runs "uname -p 2> /dev/null" on Python 3.7 with boto3 version 1.12.49.
31+
default_integrations=False,
2932
_experiments={"trace_lifecycle": "stream" if span_streaming else "static"},
3033
)
3134

0 commit comments

Comments
 (0)