We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a3b6b commit 15c5016Copy full SHA for 15c5016
tests/test_basics.py
@@ -985,7 +985,8 @@ def test_multiple_setup_integrations_calls():
985
assert second_call_return == {NoOpIntegration.identifier: NoOpIntegration()}
986
987
988
-def test_enable_integration(sentry_init, reset_integrations):
+@pytest.mark.forked
989
+def test_enable_integration(sentry_init):
990
sentry_init()
991
992
client = get_client()
0 commit comments