We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85432d9 commit 7be052cCopy full SHA for 7be052c
tests/integrations/concurrent/test_concurrent.py
@@ -89,7 +89,7 @@ def test_concurrent_deduplicates(
89
integrations=[
90
ExcepthookIntegration(),
91
DedupeIntegration(),
92
- ConcurrentIntegration(record_exceptions_on_futures=True),
+ ConcurrentIntegration(),
93
],
94
)
95
events = capture_events()
0 commit comments